home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / System-Boost / Grafik / MetaView / MetaView.install < prev    next >
Text File  |  1998-11-08  |  74KB  |  3,174 lines

  1. ;************************************************
  2. ;$VER: MetaView Install 2.5 (25.10.1998)
  3. ;Copyright ©1996/97/98 Henk Jonas
  4. ;
  5. ;   English         by  Henk Jonas
  6. ;   Deutsch         by  Henk Jonas
  7. ;
  8. ;
  9. ;
  10. ;************************************************
  11.  
  12. (set @app-name "MetaView V2.5")
  13. (set @sourcedir (pathonly @icon))
  14. (set #wbversion (getversion "libs:version.library"))
  15. (set #wbversion (/ #wbversion 65536))
  16.  
  17. (if (< #wbversion 38)
  18.   (abort "\n\nAmigaDOS 2.1 or better is needed for this software.")
  19. )
  20.  
  21. ;************************************************
  22. ;
  23. ; which language should i use?
  24. ;
  25. ;************************************************
  26.  
  27. (set #language-number 0)
  28. (if (= @language "deutsch")
  29.   (set #language-number 1)
  30. )
  31. (if (= @language "español")
  32.   (set #language-number 2)
  33. )
  34. (if (= @language "polski")
  35.   (set #language-number 3)
  36. )
  37. (if (= @language "ceská")
  38.   (set #language-number 4)
  39. )
  40. (if (= 2 @user-level)
  41.   (
  42.     (set #language-number
  43.       (askchoice
  44.         (prompt "Please choose your favorite language for the installation")
  45.         (choices "pEnglish" "Deutsch" "Español" "Polski" "Ceská")
  46.         (default #language-number)
  47.         (help @askchoice-help)
  48.       )
  49.     )
  50.   )
  51. )
  52.  
  53. ;************************************************
  54. ;
  55. ; now the texts for the different languages
  56. ;
  57. ;************************************************
  58. ;
  59. ; english texts for the install script
  60. ;
  61. ;************************************************
  62. ;/**/
  63.  
  64.   (set #YES "Yes")
  65.   (set #NO  "No")
  66.   (set #text_copy "Copy")
  67.   (set #text_skip "Skip")
  68.   (set #text_update "Update")
  69.  
  70.   (set #text_present
  71.      (cat
  72.         "Henk Jonas\n present:\n\n MetaView\n\n"
  73.         "This programm shows and converts gfx-metafile,\n"
  74.         "uses the 'amigametaformat.library'\n and is SHAREWARE."
  75.      )
  76.   )
  77.   (set #text_programm_update
  78.      (cat
  79.         "I found the MetaView drawer,\n"
  80.         "leave the path in the parent directory\n"
  81.         "of the MetaView drawer for\n"
  82.         "updating an existing MetaView installation."
  83.      )
  84.   )
  85.   (set #text_new
  86.      (cat
  87.         "Please choose the destination for MetaView.\n"
  88.         "I will create a MetaView drawer there,\n"
  89.         "if it does not exist."
  90.      )
  91.   )
  92.   (set #text_drawer
  93.      (cat
  94.         "I am creating the drawer 'MetaView'."
  95.      )
  96.   )
  97.   (set #text_library
  98.      (cat
  99.         "Now I will install the 'amigametaformat.library'."
  100.      )
  101.   )
  102.   (set #help_library
  103.      (cat
  104.         "This library are needed for this programm.\n"
  105.         "It is very importent to install this!"
  106.      )
  107.   )
  108.   (set #text_driver
  109.      (cat
  110.         "Now I will install the different Outputdrivers for the 'amigametaformat.library'."
  111.      )
  112.   )
  113.   (set #help_driver
  114.      (cat
  115.         "the options:\n"
  116.         "* Strip       : the driver for all renderings, like screen, ILBM, printer etc.\n"
  117.         "* AMF         : are for output as Amiga Metafile Format.\n"
  118.         "* CGM         : are for output as Computer Graphics Metafile.\n"
  119.         "* EPS         : are for output as Encapsulated PostScript.\n"
  120.         "* GEM         : are for output as GEM Metafile.\n"
  121.         "* WordWorth   : create ARexx scripts, for use in WordWorth.\n"
  122.         "* DR2D        : are for output as DR2D (for PageStream, DrawStudio...)\n"
  123.         "* HPGL        : are for output as HPGL (for Plotters)\n"
  124.         "* AI          : are for output as AdobeIllustrator\n"
  125.         "* JMF         : are for output as JavaMetaFile (for www-publishing)\n"
  126.         "* WMF         : are for output as WindowsMetaFile\n"
  127.         "* FIG         : are for output as XFIG file\n"
  128.      )
  129.   )
  130.   (set #text_strip
  131.      (cat
  132.         "Now I will install the stripdriver for 'amigametaformat.library'."
  133.      )
  134.   )
  135.   (set #help_strip
  136.      (cat
  137.         "strip for all renderings on screen, printer and ILBM-output\n"
  138.      )
  139.   )
  140.   (set #text_file
  141.      (cat
  142.         "Now I will install the filedriver for 'amigametaformat.library'."
  143.      )
  144.   )
  145.   (set #help_file
  146.      (cat
  147.         "file for saving as Amiga Meta Format Metafile\n"
  148.      )
  149.   )
  150.   (set #text_cgm
  151.      (cat
  152.         "Now I will install the CGMdriver for 'amigametaformat.library'."
  153.      )
  154.   )
  155.   (set #help_cgm
  156.      (cat
  157.         "CGM for saving as Computer Graphics Metafile\n"
  158.      )
  159.   )
  160.   (set #text_eps
  161.      (cat
  162.         "Now I will install the EPSdriver for 'amigametaformat.library'."
  163.      )
  164.   )
  165.   (set #help_eps
  166.      (cat
  167.         "EPS for saving as Encapsulated PostScript\n"
  168.      )
  169.   )
  170.   (set #text_gem
  171.      (cat
  172.         "Now I will install the GEMdriver for 'amigametaformat.library'."
  173.      )
  174.   )
  175.   (set #help_gem
  176.      (cat
  177.         "GEM for saving as GEM Metafile\n"
  178.      )
  179.   )
  180.   (set #text_ww
  181.      (cat
  182.         "Now I will install the WordWorth-ARexx-driver for 'amigametaformat.library'."
  183.      )
  184.   )
  185.   (set #help_ww
  186.      (cat
  187.         "WordWorth-ARexx-driver for creating WordWorth-ARexx-script\n"
  188.      )
  189.   )
  190.   (set #text_dr2d
  191.      (cat
  192.         "Now I will install the DR2D-driver for 'amigametaformat.library'."
  193.      )
  194.   )
  195.   (set #help_dr2d
  196.      (cat
  197.         "DR2D-driver for creating DR2D-Output\n"
  198.      )
  199.   )
  200.   (set #text_hpgl
  201.      (cat
  202.         "Now I will install the HPGL-driver for 'amigametaformat.library'."
  203.      )
  204.   )
  205.   (set #help_hpgl
  206.      (cat
  207.         "HPGL-driver for creating HPGL-Output\n"
  208.      )
  209.   )
  210.   (set #text_ai
  211.      (cat
  212.         "Now I will install the AI-driver for 'amigametaformat.library'."
  213.      )
  214.   )
  215.   (set #help_ai
  216.      (cat
  217.         "AI-driver for creating AI-Output\n"
  218.      )
  219.   )
  220.   (set #text_jmf
  221.      (cat
  222.         "Now I will install the JMF-driver for 'amigametaformat.library'."
  223.      )
  224.   )
  225.   (set #help_jmf
  226.      (cat
  227.         "JMF-driver for creating JMF-Output\n"
  228.      )
  229.   )
  230.   (set #text_wmf
  231.      (cat
  232.         "Now I will install the WMF-driver for 'amigametaformat.library'."
  233.      )
  234.   )
  235.   (set #help_wmf
  236.      (cat
  237.         "WMF-driver for creating WMF-Output\n"
  238.      )
  239.   )
  240.   (set #text_fig
  241.      (cat
  242.         "Now I will install the FIG-driver for 'amigametaformat.library'."
  243.      )
  244.   )
  245.   (set #help_fig
  246.      (cat
  247.         "FIG-driver for creating FIG-Output\n"
  248.      )
  249.   )
  250.   (set #text_programm
  251.      (cat
  252.         "copy programm"
  253.      )
  254.   )
  255.   (set #help_programm
  256.      (cat
  257.         "Now, I will copy the programm."
  258.      )
  259.   )
  260.   (set #text_doc
  261.      (cat
  262.         "copy documentation"
  263.      )
  264.   )
  265.   (set #help_doc
  266.      (cat
  267.         "Now, I will copy the documentation.\n"
  268.         "This textfile is obsolete, use the guide instead."
  269.      )
  270.   )
  271.   (set #text_guide
  272.      (cat
  273.         "Now I will copy the guide for MetaView.\n"
  274.         "What is your favorite language?"
  275.      )
  276.   )
  277.   (set #text_english_guide
  278.      (cat
  279.         "copy English MetaView.guide"
  280.      )
  281.   )
  282.   (set #help_english_guide
  283.      (cat
  284.         "Now, I will copy the English MetaView.guide."
  285.      )
  286.   )
  287.   (set #text_german_guide
  288.      (cat
  289.         "copy German MetaView.guide"
  290.      )
  291.   )
  292.   (set #help_german_guide
  293.      (cat
  294.         "Now, I will copy the German MetaView.guide."
  295.      )
  296.   )
  297.   (set #text_spanish_guide
  298.      (cat
  299.         "copy Spanish MetaView.guide"
  300.      )
  301.   )
  302.   (set #help_spanish_guide
  303.      (cat
  304.         "Now, I will copy the Spanish MetaView.guide."
  305.      )
  306.   )
  307.   (set #text_polish_guide
  308.      (cat
  309.         "copy Polish MetaView.guide"
  310.      )
  311.   )
  312.   (set #help_polish_guide
  313.      (cat
  314.         "Now, I will copy the Polish MetaView.guide."
  315.      )
  316.   )
  317.   (set #text_czech_guide
  318.      (cat
  319.         "copy Czech MetaView.guide"
  320.      )
  321.   )
  322.   (set #help_czech_guide
  323.      (cat
  324.         "Now, I will copy the Czech MetaView.guide."
  325.      )
  326.   )
  327.   (set #text_readme
  328.      (cat
  329.         "copy amigametaformat.readme"
  330.      )
  331.   )
  332.   (set #help_readme
  333.      (cat
  334.         "Now, I will copy the amigametaformat.readme."
  335.      )
  336.   )
  337.   (set #text_arexx
  338.      (cat
  339.         "copy ARexx-Examples"
  340.      )
  341.   )
  342.   (set #help_arexx
  343.      (cat
  344.         "Now, I will copy some ARexx-Examples."
  345.      )
  346.   )
  347.   (set #text_ds
  348.      (cat
  349.         "Do you have DrawStudio installed,\n"
  350.         "and want to im- and export gfx\n"
  351.         "with MetaView?"
  352.      )
  353.   )
  354.   (set #help_ds
  355.      (cat
  356.         "I want to install two ARexx scripts for import and export\n"
  357.         "graphics in DrawStudio with MetaView."
  358.      )
  359.   )
  360.   (set #text_ds_path
  361.      (cat
  362.         "Please choose the DrawStudio ARexx scripts drawer."
  363.      )
  364.   )
  365.   (set #help_ds_path
  366.      (cat
  367.         "I want to install two ARexx scripts for import and export\n"
  368.         "graphics in DrawStudio with MetaView."
  369.      )
  370.   )
  371.   (set #text_ds_import
  372.      (cat
  373.         "copying DrawStudio import script"
  374.      )
  375.   )
  376.   (set #text_ds_export
  377.      (cat
  378.         "copying DrawStudio export script"
  379.      )
  380.   )
  381.   (set #text_pgs
  382.      (cat
  383.         "Do you have PageStream 3.x installed,\n"
  384.         "and want to import gfx with MetaView?"
  385.      )
  386.   )
  387.   (set #help_pgs
  388.      (cat
  389.         "I want to install one ARexx script for import\n"
  390.         "graphics in PageStream with MetaView."
  391.      )
  392.   )
  393.   (set #text_pgs_path
  394.      (cat
  395.         "Please choose the PageStream ARexx scripts drawer."
  396.      )
  397.   )
  398.   (set #help_pgs_path
  399.      (cat
  400.         "I want to install one ARexx script for import\n"
  401.         "graphics in PageStream with MetaView."
  402.      )
  403.   )
  404.   (set #text_pgs_import
  405.      (cat
  406.         "copying PageStream import script"
  407.      )
  408.   )
  409.   (set #text_ww
  410.      (cat
  411.         "Do you have WordWorth installed,\n"
  412.         "and want to import gfx with MetaView?"
  413.      )
  414.   )
  415.   (set #help_ww
  416.      (cat
  417.         "I want to install one ARexx script for import\n"
  418.         "graphics in WordWorth with MetaView."
  419.      )
  420.   )
  421.   (set #text_ww_path
  422.      (cat
  423.         "Please choose the WordWorth ARexx scripts drawer."
  424.      )
  425.   )
  426.   (set #help_ww_path
  427.      (cat
  428.         "I want to install one ARexx script for import\n"
  429.         "graphics in WordWorth with MetaView."
  430.      )
  431.   )
  432.   (set #text_ww_import
  433.      (cat
  434.         "copying WordWorth import script"
  435.      )
  436.   )
  437.   (set #text_fw
  438.      (cat
  439.         "Do you have FinalWriter installed,\n"
  440.         "and want to import gfx with MetaView?"
  441.      )
  442.   )
  443.   (set #help_fw
  444.      (cat
  445.         "I want to install one ARexx script for import\n"
  446.         "graphics in FinalWriter with MetaView."
  447.      )
  448.   )
  449.   (set #text_fw_path
  450.      (cat
  451.         "Please choose the FinalWriter ARexx scripts drawer."
  452.      )
  453.   )
  454.   (set #help_fw_path
  455.      (cat
  456.         "I want to install one ARexx script for import\n"
  457.         "graphics in FinalWriter with MetaView."
  458.      )
  459.   )
  460.   (set #text_fw_import
  461.      (cat
  462.         "copying FinalWriter import script"
  463.      )
  464.   )
  465.   (set #text_examples
  466.      (cat
  467.         "Should I copy the example files?"
  468.      )
  469.   )
  470.   (set #text_examples_copy
  471.      (cat
  472.         "copy Examples"
  473.      )
  474.   )
  475.   (set #help_examples_copy
  476.      (cat
  477.         "Now, I want to copy some Examples."
  478.      )
  479.   )
  480.   (set #text_setpatch
  481.      (cat
  482.         "I want to copy a new SetPatch (43.6) to your 'c:' directory.\n"
  483.         "This Software are published from Amiga Technologie and\n"
  484.         "fix also a bug on 'mathieeesingbas.library' in Kick 3.1.\n"
  485.         "The old 'c:SetPatch' will renamed to 'c:SetPatch.old'."
  486.      )
  487.   )
  488.   (set #help_setpatch
  489.      (cat
  490.         "Press 'Copy' to install the new SetPatch and 'Skip' for not install.\n"
  491.         "You are advised to install this Patch.\n"
  492.         "But if you get a GURU on MetaView-startup you must!"
  493.      )
  494.   )
  495.   (set #text_setpatch_copy
  496.      (cat
  497.         "copy new SetPatch"
  498.      )
  499.   )
  500.   (set #text_tabs_copy
  501.      (cat
  502.         "copy tabs.gadget"
  503.      )
  504.   )
  505.   (set #text_variable
  506.      (cat
  507.         "Should I update the MetaView.path environment variable?"
  508.      )
  509.   )
  510.   (set #help_variable
  511.      (cat
  512.         "The ARexxScripts and the MetaView.datatype will use the variable for locate the executable."
  513.      )
  514.   )
  515.   (set #text_envarc
  516.      (cat
  517.         "Create ENVARC: variable with path of MetaView"
  518.      )
  519.   )
  520.   (set #help_envarc
  521.      (cat
  522.         "The variable will be stored resetproof in ENVARC:."
  523.       )
  524.   )
  525.   (set #text_env
  526.      (cat
  527.         "Create ENV: variable with path of MetaView"
  528.      )
  529.   )
  530.   (set #help_env
  531.      (cat
  532.         "The variable will be stored for instant use in ENV:."
  533.      )
  534.   )
  535.   (set #text_keyfile
  536.      (cat
  537.         "copy keyfile"
  538.      )
  539.   )
  540.   (set #help_keyfile
  541.      (cat
  542.         "Now I copy the keyfile."
  543.      )
  544.   )
  545.   (set #text_register
  546.      (cat
  547.         "Don`t forget to register!\n\n"
  548.         "Please send $20 or 30,- DM to me:\n\n"
  549.         "Henk Jonas\n"
  550.         "Zionskirchstr. 28\n"
  551.         "10119 Berlin\n"
  552.         "Germany"
  553.      )
  554.   )
  555.   (set #help_register
  556.      (cat
  557.         "Look at MetaView.readme, MetaView.doc "
  558.         "or MetaView.guide for register."
  559.      )
  560.   )
  561.   (set #text_thanx
  562.      (cat
  563.         "Thank you for registering MetaView!"
  564.      )
  565.   )
  566. ;/**/
  567.  
  568. ;************************************************
  569. ;
  570. ; deutsche Texte für die Installation
  571. ;
  572. ;************************************************
  573. ;/**/
  574.  
  575. (debug #language-number)
  576. (if (= #language-number 1)
  577.   (
  578.     (set #YES "Ja")
  579.     (set #NO  "Nein")
  580.     (set #text_copy "Kopiere")
  581.     (set #text_skip "Überspringe")
  582.     (set #text_update "Erneuere")
  583.  
  584.     (set #text_present
  585.        (cat
  586.            "Henk Jonas\n presentiert:\n\n MetaView\n\n"
  587.            "Dieses Programm zeigt Vektorgrafiken an\n"
  588.            "und konvertiert diese,\n"
  589.            "benutzt die 'amigametaformat.library'\n und ist SHAREWARE.\n"
  590.            "\n*Die Texte der Installation wurden übersetzt von:*\n"
  591.            "\n*Henk Jonas - subvcbhd@linux.zrz.tu-berlin.de*\n"
  592.        )
  593.     )
  594.     (set #text_programm_update
  595.        (cat
  596.           "Es wurde die MetaView-Schublade gefunden. "
  597.           "Belasse den Pfad im übergeordneten Verzeichnis der MetaView-Schublade, "
  598.           "um die existierende MetaView-Installation "
  599.           "auf den neusten Stand zu bringen."
  600.        )
  601.     )
  602.     (set #text_new
  603.        (cat
  604.           "Bitte wähle das Zielverzeichnis für MetaView aus. "
  605.           "Es wird eine Schublade mit dem Namen MetaView erzeugt, "
  606.           "wenn in dem Verzeichnis noch keine vorhanden ist."
  607.        )
  608.     )
  609.     (set #text_drawer
  610.        (cat
  611.           "Es wird die Schublade 'MetaView' erzeugt."
  612.        )
  613.     )
  614.     (set #text_library
  615.        (cat
  616.           "Nun wird die 'amigametaformat.library' installiert."
  617.        )
  618.     )
  619.     (set #help_library
  620.        (cat
  621.           "Diese Bibliothek wird von MetaView gebraucht. "
  622.           "Es ist sehr wichtig, sie zu installieren!"
  623.        )
  624.     )
  625.     (set #text_driver
  626.        (cat
  627.           "Nun werden die verschiedenen Ausgabetreiber für die 'amigametaformat.library' installiert."
  628.        )
  629.     )
  630.     (set #help_driver
  631.        (cat
  632.           "Die Optionen:\n"
  633.           "* Strip       : der Treiber für Bildschirm, Drucker und ILBM-Speicherung\n"
  634.           "* AMF         : für die Ausgabe als Amiga Metafile Format.\n"
  635.           "* CGM         : für die Ausgabe als Computer Graphics Metafile.\n"
  636.           "* EPS         : für die Ausgabe als Encapsulated PostScript.\n"
  637.           "* GEM         : für die Ausgabe als GEM Metafile.\n"
  638.           "* WordWorth   : erzeugt ARexx-Skripte, um sie in WordWorth zu benutzen.\n"
  639.           "* DR2D        : für die Ausgabe als DR2D (für PageStream, DrawStudio...)\n"
  640.           "* HPGL        : für die Ausgabe als HPGL (für Plotter)\n"
  641.           "* AI          : für die Ausgabe als AdobeIllustrator\n"
  642.           "* JMF         : für die Ausgabe als JavaMetaFile (für WWW-Veröffentlichungen)\n"
  643.           "* WMF         : für die Ausgabe als WindowsMetaFile\n"
  644.           "* FIG         : für die Ausgabe als XFIG Datei\n"
  645.        )
  646.     )
  647.     (set #text_strip
  648.        (cat
  649.           "Nun wird der strip-Treiber der 'amigametaformat.library' installiert."
  650.        )
  651.     )
  652.     (set #help_strip
  653.        (cat
  654.           "'strip' für alle Ausgaben auf dem Bildschirm, dem Drucker und Speichern als ILBM\n"
  655.        )
  656.     )
  657.     (set #text_file
  658.        (cat
  659.           "Nun wird der file-Treiber der 'amigametaformat.library' installiert."
  660.        )
  661.     )
  662.     (set #help_file
  663.        (cat
  664.           "'file' zum Speichern als Amiga Meta Format Grafikdatei\n"
  665.        )
  666.     )
  667.     (set #text_cgm
  668.        (cat
  669.           "Nun wird der CGM -Treiber der 'amigametaformat.library' installiert."
  670.        )
  671.     )
  672.     (set #help_cgm
  673.        (cat
  674.           "'CGM' zum Speichern als Computer Graphics Metafile\n"
  675.        )
  676.     )
  677.     (set #text_eps
  678.        (cat
  679.           "Nun wird der EPS-Treiber der 'amigametaformat.library' installiert."
  680.        )
  681.     )
  682.     (set #help_eps
  683.        (cat
  684.           "'EPS' zum Speichern als Encapsulated PostScript\n"
  685.        )
  686.     )
  687.     (set #text_gem
  688.        (cat
  689.           "Nun wird der GEM-Treiber der 'amigametaformat.library' installiert."
  690.        )
  691.     )
  692.     (set #help_gem
  693.        (cat
  694.           "'GEM' zum Speichern als GEM Grafikdatei\n"
  695.        )
  696.     )
  697.     (set #text_ww
  698.        (cat
  699.           "Nun wird der WordWorth-ARexx-Treiber der 'amigametaformat.library' installiert."
  700.        )
  701.     )
  702.     (set #help_ww
  703.        (cat
  704.           "WordWorth-ARexx-Treiber erzeugt WordWorth-ARexx-Skripte\n"
  705.        )
  706.     )
  707.     (set #text_dr2d
  708.        (cat
  709.           "Nun wird der DR2D-Treiber der 'amigametaformat.library' installiert."
  710.        )
  711.     )
  712.     (set #help_dr2d
  713.        (cat
  714.           "'DR2D' zum Speichern als DR2D Grafikdatei\n"
  715.        )
  716.     )
  717.     (set #text_hpgl
  718.        (cat
  719.           "Nun wird der HPGL-Treiber der 'amigametaformat.library' installiert."
  720.        )
  721.     )
  722.     (set #help_hpgl
  723.        (cat
  724.           "'HPGL' zum Speichern als HPGL Grafikdatei\n"
  725.        )
  726.     )
  727.     (set #text_ai
  728.        (cat
  729.           "Nun wird der AI-Treiber der 'amigametaformat.library' installiert."
  730.        )
  731.     )
  732.     (set #help_ai
  733.        (cat
  734.           "'AI' zum Speichern von Adobe Illustrator Grafikdateien\n"
  735.        )
  736.     )
  737.     (set #text_jmf
  738.        (cat
  739.           "Nun wird der JMF-Treiber der 'amigametaformat.library' installiert."
  740.        )
  741.     )
  742.     (set #help_jmf
  743.        (cat
  744.           "'JMF' zum Speichern von JMF Grafikdateien\n"
  745.        )
  746.     )
  747.     (set #text_wmf
  748.        (cat
  749.           "Nun wird der WMF-Treiber der 'amigametaformat.library' installiert."
  750.        )
  751.     )
  752.     (set #help_wmf
  753.        (cat
  754.           "'WMF' zum Speichern von WMF Grafikdateien\n"
  755.        )
  756.     )
  757.     (set #text_fig
  758.        (cat
  759.           "Nun wird der FIG-Treiber der 'amigametaformat.library' installiert."
  760.        )
  761.     )
  762.     (set #help_fig
  763.        (cat
  764.           "'FIG' zum Speichern von FIG Grafikdateien\n"
  765.        )
  766.     )
  767.     (set #text_programm
  768.        (cat
  769.           "kopiere das Programm"
  770.        )
  771.     )
  772.     (set #help_programm
  773.        (cat
  774.           "Nun wird das Programm kopiert."
  775.        )
  776.     )
  777.     (set #text_doc
  778.        (cat
  779.           "kopiere Dokumentation"
  780.        )
  781.     )
  782.     (set #help_doc
  783.        (cat
  784.           "Nun wird die Dokumentation kopiert.\n"
  785.           "Diese Textdatei ist veraltet und es sollte statt dessen das Guide benutzt werden."
  786.        )
  787.     )
  788.     (set #text_guide
  789.        (cat
  790.           "Nun wird die Hilfedatei (Guide) für MetaView kopiert. "
  791.           "Was ist Deine bevorzugte Sprache?"
  792.        )
  793.     )
  794.     (set #text_english_guide
  795.        (cat
  796.           "kopiere englisches MetaView.guide"
  797.        )
  798.     )
  799.     (set #help_english_guide
  800.        (cat
  801.           "Nun wird das englische MetaView.guide kopiert."
  802.        )
  803.     )
  804.     (set #text_german_guide
  805.        (cat
  806.           "kopiere deutsches MetaView.guide"
  807.        )
  808.     )
  809.     (set #help_german_guide
  810.        (cat
  811.           "Nun wird das deutsche MetaView.guide kopiert."
  812.        )
  813.     )
  814.     (set #text_spanish_guide
  815.        (cat
  816.           "kopiere spanisches MetaView.guide"
  817.        )
  818.     )
  819.     (set #help_spanish_guide
  820.        (cat
  821.           "Nun wird das spanische MetaView.guide kopiert."
  822.        )
  823.     )
  824.     (set #text_polish_guide
  825.        (cat
  826.           "kopiere polnisches MetaView.guide"
  827.        )
  828.     )
  829.     (set #help_polish_guide
  830.        (cat
  831.           "Nun wird das polnische MetaView.guide kopiert."
  832.        )
  833.     )
  834.     (set #text_czech_guide
  835.        (cat
  836.           "kopiere tschechisches MetaView.guide"
  837.        )
  838.     )
  839.     (set #help_czech_guide
  840.        (cat
  841.           "Nun wird das tschechische Czech MetaView.guide kopiert."
  842.        )
  843.     )
  844.     (set #text_readme
  845.        (cat
  846.           "kopiere amigametaformat.readme"
  847.        )
  848.     )
  849.     (set #help_readme
  850.        (cat
  851.           "Nun wird die Datei 'amigametaformat.readme' kopiert."
  852.        )
  853.     )
  854.     (set #text_arexx
  855.        (cat
  856.           "kopiere ARexx-Beispiele"
  857.        )
  858.     )
  859.     (set #help_arexx
  860.        (cat
  861.           "Nun werden einige Beispiele für die Benutzung von MetaView und "
  862.           "der Skriptsprache ARexx kopiert."
  863.        )
  864.     )
  865.     (set #text_ds
  866.        (cat
  867.           "Hast Du DrawStudio installiert "
  868.           "und möchtest Grafiken mittels "
  869.           "MetaView importieren und exportieren?"
  870.        )
  871.     )
  872.     (set #help_ds
  873.        (cat
  874.           "Zwei ARexx-Skripte zum Im- und Export von Grafiken"
  875.           "in DrawStudio mittels MetaView sollen kopiert werden."
  876.        )
  877.     )
  878.     (set #text_ds_path
  879.        (cat
  880.           "Bitte wähle das Verzeichnis, in dem DrawStudio seine ARexx-Skripte aufbewahrt."
  881.        )
  882.     )
  883.     (set #help_ds_path
  884.        (cat
  885.           "Es werden zwei ARexx-Skripte zum Im- und Export von Grafiken "
  886.           "in DrawStudio mittels MetaView kopiert."
  887.        )
  888.     )
  889.     (set #text_ds_import
  890.        (cat
  891.           "kopiere DrawStudio Import-Skript"
  892.        )
  893.     )
  894.     (set #text_ds_export
  895.        (cat
  896.           "kopiere DrawStudio Export-Skript"
  897.        )
  898.     )
  899.     (set #text_pgs
  900.        (cat
  901.           "Hast Du PageStream 3.x installiert "
  902.           "und möchtest Grafiken mittels MetaView importieren?"
  903.        )
  904.     )
  905.     (set #help_pgs
  906.        (cat
  907.           "Es soll ein ARexx-Skript zum Import "
  908.           "von Grafiken in PageStream mittels MetaView kopiert werden."
  909.        )
  910.     )
  911.     (set #text_pgs_path
  912.        (cat
  913.           "Bitte wähle das Verzeichnis aus, in den PageStream seine ARexx-Skripte ablegt."
  914.        )
  915.     )
  916.     (set #help_pgs_path
  917.        (cat
  918.           "Es soll ein ARexx-Skript zum Import "
  919.           "von Grafiken in PageStream mittels MetaView kopiert werden."
  920.        )
  921.     )
  922.     (set #text_pgs_import
  923.        (cat
  924.           "kopiere PageStream Import-Skript"
  925.        )
  926.     )
  927.     (set #text_ww
  928.        (cat
  929.           "Hast Du WordWorth installiert "
  930.           "und möchtest Grafiken mittels MetaView importieren?"
  931.        )
  932.     )
  933.     (set #help_ww
  934.        (cat
  935.           "Es soll ein ARexx-Skript zum Import "
  936.           "von Grafiken in WordWorth mittels MetaView kopiert werden."
  937.        )
  938.     )
  939.     (set #text_ww_path
  940.        (cat
  941.           "Bitte wähle das Verzeichnis aus, in den WordWorth seine ARexx-Skripte ablegt."
  942.        )
  943.     )
  944.     (set #help_ww_path
  945.        (cat
  946.           "Es soll ein ARexx-Skript zum Import "
  947.           "von Grafiken in WordWorth mittels MetaView kopiert werden."
  948.        )
  949.     )
  950.     (set #text_ww_import
  951.        (cat
  952.           "kopiere WordWorth Import-Skript"
  953.        )
  954.     )
  955.     (set #text_fw
  956.        (cat
  957.           "Hast Du FinalWriter installiert "
  958.           "und möchtest Grafiken mittels MetaView importieren?"
  959.        )
  960.     )
  961.     (set #help_fw
  962.        (cat
  963.           "Es soll ein ARexx-Skript zum Import "
  964.           "von Grafiken in FinalWriter mittels MetaView kopiert werden."
  965.        )
  966.     )
  967.     (set #text_fw_path
  968.        (cat
  969.           "Bitte wähle das Verzeichnis aus, in den FinalWriter seine ARexx-Skripte ablegt."
  970.        )
  971.     )
  972.     (set #help_fw_path
  973.        (cat
  974.           "Es soll ein ARexx-Skript zum Import "
  975.           "von Grafiken in FinalWriter mittels MetaView kopiert werden."
  976.        )
  977.     )
  978.     (set #text_fw_import
  979.        (cat
  980.           "kopiere FinalWriter Import-Skript"
  981.        )
  982.     )
  983.     (set #text_examples
  984.        (cat
  985.           "Sollen einige Beispieldateien kopiert werden?"
  986.        )
  987.     )
  988.     (set #text_examples_copy
  989.        (cat
  990.           "kopiere Beispieldateien"
  991.        )
  992.     )
  993.     (set #help_examples_copy
  994.        (cat
  995.           "Es werden einige Beispieldateien kopiert."
  996.        )
  997.     )
  998.     (set #text_setpatch
  999.        (cat
  1000.           "Es soll ein neuer SetPatch-Befehl (43.6) in Dein 'c:' Verzeichnis kopiert werden.\n"
  1001.           "Dieser Befehl wurde von Amiga Technologie veröffentlicht und "
  1002.           "behebt unteranderem einen Fehler in der 'mathieeesingbas.library' in Kick 3.1.\n"
  1003.           "Der alte 'c:SetPatch' wird umbenannt nach 'c:SetPatch.old'."
  1004.        )
  1005.     )
  1006.     (set #help_setpatch
  1007.        (cat
  1008.           "Wähle 'Kopiere', um den neuen SetPatch-Befehl zu installieren, oder 'Überspringe', um ihn nicht zu installieren.\n"
  1009.           "Du solltest diesen Befehl installieren.\n"
  1010.           "Wenn direkt beim Starten von MetaView eine GURU erscheint, behebt dieser Befehl das Problem!"
  1011.        )
  1012.     )
  1013.     (set #text_setpatch_copy
  1014.        (cat
  1015.           "kopiere neuen SetPatch-Befehl"
  1016.        )
  1017.     )
  1018.     (set #text_tabs_copy
  1019.        (cat
  1020.           "kopiere tabs.gadget"
  1021.        )
  1022.     )
  1023.     (set #text_variable
  1024.        (cat
  1025.           "Soll die 'MetaView.path' Umgebungsvariable erneuert werden?"
  1026.        )
  1027.     )
  1028.     (set #help_variable
  1029.        (cat
  1030.           "Die ARexx-Skripte und der MetaView.datatype benutzen diese Variable, um das Programm 'MetaView' zu finden."
  1031.        )
  1032.     )
  1033.     (set #text_envarc
  1034.        (cat
  1035.           "erzeuge Variable in ENVARC: mit Pfad von MetaView"
  1036.        )
  1037.     )
  1038.     (set #help_envarc
  1039.        (cat
  1040.           "Die Variable wird resetfest in ENVARC: gespeichert."
  1041.         )
  1042.     )
  1043.     (set #text_env
  1044.        (cat
  1045.           "erzeuge Variable in ENV: mit Pfad von MetaView"
  1046.        )
  1047.     )
  1048.     (set #help_env
  1049.        (cat
  1050.           "Die Variable wird für sofortige Benutzung in ENV: gespeichert."
  1051.        )
  1052.     )
  1053.     (set #text_keyfile
  1054.        (cat
  1055.           "kopiere Keyfile"
  1056.        )
  1057.     )
  1058.     (set #help_keyfile
  1059.        (cat
  1060.           "Es wird das Keyfile kopiert."
  1061.        )
  1062.     )
  1063.     (set #text_register
  1064.        (cat
  1065.           "Bitte vergiß nicht Dich registrieren zu lassen, wenn Du das Programm öfter benutzt.\n\n"
  1066.           "Bitte sende dazu $20 oder 30,- DM an mich:\n\n"
  1067.           "Henk Jonas\n"
  1068.           "Zionskirchstr. 28\n"
  1069.           "10119 Berlin\n"
  1070.           "Deutschland"
  1071.        )
  1072.     )
  1073.     (set #help_register
  1074.        (cat
  1075.           "Siehe in die Dateien MetaView.readme, MetaView.doc "
  1076.           "oder MetaView.guide nach, wie Du Dich registrieren lassen kannst."
  1077.        )
  1078.     )
  1079.     (set #text_thanx
  1080.        (cat
  1081.           "Vielen Dank, daß Du Dich für MetaView registrieren lassen hast."
  1082.        )
  1083.     )
  1084.   )
  1085. )
  1086. ;/**/
  1087.  
  1088. ;************************************************
  1089. ;
  1090. ; spanisch
  1091. ;
  1092. ;************************************************
  1093. ;/**/
  1094.  
  1095. (if (= #language-number 2)
  1096.   (
  1097.     (set #YES "Yes")
  1098.     (set #NO  "No")
  1099.     (set #text_copy "Copy")
  1100.     (set #text_skip "Skip")
  1101.     (set #text_update "Update")
  1102.  
  1103.     (set #text_present
  1104.        (cat
  1105.           "Henk Jonas\n present:\n\n MetaView\n\n"
  1106.           "This programm shows and converts gfx-metafile,\n"
  1107.           "uses the 'amigametaformat.library'\n and is SHAREWARE.\n"
  1108.            ;"\n*Translated bla,bla,bla:*\n"
  1109.            ;"*Your Name - Your EMail*\n"
  1110.        )
  1111.     )
  1112.     (set #text_programm_update
  1113.        (cat
  1114.           "I found the MetaView drawer,\n"
  1115.           "leave the path in the parent directory\n"
  1116.           "of the MetaView drawer for\n"
  1117.           "updating an existing MetaView installation."
  1118.        )
  1119.     )
  1120.     (set #text_new
  1121.        (cat
  1122.           "Please choose the destination for MetaView.\n"
  1123.           "I will create a MetaView drawer there,\n"
  1124.           "if it does not exist."
  1125.        )
  1126.     )
  1127.     (set #text_drawer
  1128.        (cat
  1129.           "I am creating the drawer 'MetaView'."
  1130.        )
  1131.     )
  1132.     (set #text_library
  1133.        (cat
  1134.           "Now I will install the 'amigametaformat.library'."
  1135.        )
  1136.     )
  1137.     (set #help_library
  1138.        (cat
  1139.           "This library are needed for this programm.\n"
  1140.           "It is very importent to install this!"
  1141.        )
  1142.     )
  1143.     (set #text_driver
  1144.        (cat
  1145.           "Now I will install the different Outputdrivers for the 'amigametaformat.library'."
  1146.        )
  1147.     )
  1148.     (set #help_driver
  1149.        (cat
  1150.           "the options:\n"
  1151.           "* Strip       : the driver for all renderings, like screen, ILBM, printer etc.\n"
  1152.           "* AMF         : are for output as Amiga Metafile Format.\n"
  1153.           "* CGM         : are for output as Computer Graphics Metafile.\n"
  1154.           "* EPS         : are for output as Encapsulated PostScript.\n"
  1155.           "* GEM         : are for output as GEM Metafile.\n"
  1156.           "* WordWorth   : create ARexx scripts, for use in WordWorth.\n"
  1157.           "* DR2D        : are for output as DR2D (for PageStream, DrawStudio...)\n"
  1158.           "* HPGL        : are for output as HPGL (for Plotters)\n"
  1159.           "* AI          : are for output as AdobeIllustrator\n"
  1160.           "* JMF         : are for output as JavaMetaFile (for www-publishing)\n"
  1161.           "* WMF         : are for output as WindowsMetaFile\n"
  1162.           "* FIG         : are for output as XFIG file\n"
  1163.        )
  1164.     )
  1165.     (set #text_strip
  1166.        (cat
  1167.           "Now I will install the stripdriver for 'amigametaformat.library'."
  1168.        )
  1169.     )
  1170.     (set #help_strip
  1171.        (cat
  1172.           "strip for all renderings on screen, printer and ILBM-output\n"
  1173.        )
  1174.     )
  1175.     (set #text_file
  1176.        (cat
  1177.           "Now I will install the filedriver for 'amigametaformat.library'."
  1178.        )
  1179.     )
  1180.     (set #help_file
  1181.        (cat
  1182.           "file for saving as Amiga Meta Format Metafile\n"
  1183.        )
  1184.     )
  1185.     (set #text_cgm
  1186.        (cat
  1187.           "Now I will install the CGMdriver for 'amigametaformat.library'."
  1188.        )
  1189.     )
  1190.     (set #help_cgm
  1191.        (cat
  1192.           "CGM for saving as Computer Graphics Metafile\n"
  1193.        )
  1194.     )
  1195.     (set #text_eps
  1196.        (cat
  1197.           "Now I will install the EPSdriver for 'amigametaformat.library'."
  1198.        )
  1199.     )
  1200.     (set #help_eps
  1201.        (cat
  1202.           "EPS for saving as Encapsulated PostScript\n"
  1203.        )
  1204.     )
  1205.     (set #text_gem
  1206.        (cat
  1207.           "Now I will install the GEMdriver for 'amigametaformat.library'."
  1208.        )
  1209.     )
  1210.     (set #help_gem
  1211.        (cat
  1212.           "GEM for saving as GEM Metafile\n"
  1213.        )
  1214.     )
  1215.     (set #text_ww
  1216.        (cat
  1217.           "Now I will install the WordWorth-ARexx-driver for 'amigametaformat.library'."
  1218.        )
  1219.     )
  1220.     (set #help_ww
  1221.        (cat
  1222.           "WordWorth-ARexx-driver for creating WordWorth-ARexx-script\n"
  1223.        )
  1224.     )
  1225.     (set #text_dr2d
  1226.        (cat
  1227.           "Now I will install the DR2D-driver for 'amigametaformat.library'."
  1228.        )
  1229.     )
  1230.     (set #help_dr2d
  1231.        (cat
  1232.           "DR2D-driver for creating DR2D-Output\n"
  1233.        )
  1234.     )
  1235.     (set #text_hpgl
  1236.        (cat
  1237.           "Now I will install the HPGL-driver for 'amigametaformat.library'."
  1238.        )
  1239.     )
  1240.     (set #help_hpgl
  1241.        (cat
  1242.           "HPGL-driver for creating HPGL-Output\n"
  1243.        )
  1244.     )
  1245.     (set #text_ai
  1246.        (cat
  1247.           "Now I will install the AI-driver for 'amigametaformat.library'."
  1248.        )
  1249.     )
  1250.     (set #help_ai
  1251.        (cat
  1252.           "AI-driver for creating AI-Output\n"
  1253.        )
  1254.     )
  1255.     (set #text_jmf
  1256.        (cat
  1257.           "Now I will install the JMF-driver for 'amigametaformat.library'."
  1258.        )
  1259.     )
  1260.     (set #help_jmf
  1261.        (cat
  1262.           "JMF-driver for creating JMF-Output\n"
  1263.        )
  1264.     )
  1265.     (set #text_wmf
  1266.        (cat
  1267.           "Now I will install the WMF-driver for 'amigametaformat.library'."
  1268.        )
  1269.     )
  1270.     (set #help_wmf
  1271.        (cat
  1272.           "WMF-driver for creating WMF-Output\n"
  1273.        )
  1274.     )
  1275.     (set #text_fig
  1276.        (cat
  1277.           "Now I will install the FIG-driver for 'amigametaformat.library'."
  1278.        )
  1279.     )
  1280.     (set #help_fig
  1281.        (cat
  1282.           "FIG-driver for creating FIG-Output\n"
  1283.        )
  1284.     )
  1285.     (set #text_programm
  1286.        (cat
  1287.           "copy programm"
  1288.        )
  1289.     )
  1290.     (set #help_programm
  1291.        (cat
  1292.           "Now, I will copy the programm."
  1293.        )
  1294.     )
  1295.     (set #text_doc
  1296.        (cat
  1297.           "copy documentation"
  1298.        )
  1299.     )
  1300.     (set #help_doc
  1301.        (cat
  1302.           "Now, I will copy the documentation.\n"
  1303.           "This textfile is obsolete, use the guide instead."
  1304.        )
  1305.     )
  1306.     (set #text_guide
  1307.        (cat
  1308.           "Now I will copy the guide for MetaView.\n"
  1309.           "What is your favorite language?"
  1310.        )
  1311.     )
  1312.     (set #text_english_guide
  1313.        (cat
  1314.           "copy English MetaView.guide"
  1315.        )
  1316.     )
  1317.     (set #help_english_guide
  1318.        (cat
  1319.           "Now, I will copy the English MetaView.guide."
  1320.        )
  1321.     )
  1322.     (set #text_german_guide
  1323.        (cat
  1324.           "copy German MetaView.guide"
  1325.        )
  1326.     )
  1327.     (set #help_german_guide
  1328.        (cat
  1329.           "Now, I will copy the German MetaView.guide."
  1330.        )
  1331.     )
  1332.     (set #text_spanish_guide
  1333.        (cat
  1334.           "copy Spanish MetaView.guide"
  1335.        )
  1336.     )
  1337.     (set #help_spanish_guide
  1338.        (cat
  1339.           "Now, I will copy the Spanish MetaView.guide."
  1340.        )
  1341.     )
  1342.     (set #text_polish_guide
  1343.        (cat
  1344.           "copy Polish MetaView.guide"
  1345.        )
  1346.     )
  1347.     (set #help_polish_guide
  1348.        (cat
  1349.           "Now, I will copy the Polish MetaView.guide."
  1350.        )
  1351.     )
  1352.     (set #text_czech_guide
  1353.        (cat
  1354.           "copy Czech MetaView.guide"
  1355.        )
  1356.     )
  1357.     (set #help_czech_guide
  1358.        (cat
  1359.           "Now, I will copy the Czech MetaView.guide."
  1360.        )
  1361.     )
  1362.     (set #text_readme
  1363.        (cat
  1364.           "copy amigametaformat.readme"
  1365.        )
  1366.     )
  1367.     (set #help_readme
  1368.        (cat
  1369.           "Now, I will copy the amigametaformat.readme."
  1370.        )
  1371.     )
  1372.     (set #text_arexx
  1373.        (cat
  1374.           "copy ARexx-Examples"
  1375.        )
  1376.     )
  1377.     (set #help_arexx
  1378.        (cat
  1379.           "Now, I will copy some ARexx-Examples."
  1380.        )
  1381.     )
  1382.     (set #text_ds
  1383.        (cat
  1384.           "Do you have DrawStudio installed,\n"
  1385.           "and want to im- and export gfx\n"
  1386.           "with MetaView?"
  1387.        )
  1388.     )
  1389.     (set #help_ds
  1390.        (cat
  1391.           "I want to install two ARexx scripts for import and export\n"
  1392.           "graphics in DrawStudio with MetaView."
  1393.        )
  1394.     )
  1395.     (set #text_ds_path
  1396.        (cat
  1397.           "Please choose the DrawStudio ARexx scripts drawer."
  1398.        )
  1399.     )
  1400.     (set #help_ds_path
  1401.        (cat
  1402.           "I want to install two ARexx scripts for import and export\n"
  1403.           "graphics in DrawStudio with MetaView."
  1404.        )
  1405.     )
  1406.     (set #text_ds_import
  1407.        (cat
  1408.           "copying DrawStudio import script"
  1409.        )
  1410.     )
  1411.     (set #text_ds_export
  1412.        (cat
  1413.           "copying DrawStudio export script"
  1414.        )
  1415.     )
  1416.     (set #text_pgs
  1417.        (cat
  1418.           "Do you have PageStream 3.x installed,\n"
  1419.           "and want to import gfx with MetaView?"
  1420.        )
  1421.     )
  1422.     (set #help_pgs
  1423.        (cat
  1424.           "I want to install one ARexx script for import\n"
  1425.           "graphics in PageStream with MetaView."
  1426.        )
  1427.     )
  1428.     (set #text_pgs_path
  1429.        (cat
  1430.           "Please choose the PageStream ARexx scripts drawer."
  1431.        )
  1432.     )
  1433.     (set #help_pgs_path
  1434.        (cat
  1435.           "I want to install one ARexx script for import\n"
  1436.           "graphics in PageStream with MetaView."
  1437.        )
  1438.     )
  1439.     (set #text_pgs_import
  1440.        (cat
  1441.           "copying PageStream import script"
  1442.        )
  1443.     )
  1444.     (set #text_ww
  1445.        (cat
  1446.           "Do you have WordWorth installed,\n"
  1447.           "and want to import gfx with MetaView?"
  1448.        )
  1449.     )
  1450.     (set #help_ww
  1451.        (cat
  1452.           "I want to install one ARexx script for import\n"
  1453.           "graphics in WordWorth with MetaView."
  1454.        )
  1455.     )
  1456.     (set #text_ww_path
  1457.        (cat
  1458.           "Please choose the WordWorth ARexx scripts drawer."
  1459.        )
  1460.     )
  1461.     (set #help_ww_path
  1462.        (cat
  1463.           "I want to install one ARexx script for import\n"
  1464.           "graphics in WordWorth with MetaView."
  1465.        )
  1466.     )
  1467.     (set #text_ww_import
  1468.        (cat
  1469.           "copying WordWorth import script"
  1470.        )
  1471.     )
  1472.     (set #text_fw
  1473.        (cat
  1474.           "Do you have FinalWriter installed,\n"
  1475.           "and want to import gfx with MetaView?"
  1476.        )
  1477.     )
  1478.     (set #help_fw
  1479.        (cat
  1480.           "I want to install one ARexx script for import\n"
  1481.           "graphics in FinalWriter with MetaView."
  1482.        )
  1483.     )
  1484.     (set #text_fw_path
  1485.        (cat
  1486.           "Please choose the FinalWriter ARexx scripts drawer."
  1487.        )
  1488.     )
  1489.     (set #help_fw_path
  1490.        (cat
  1491.           "I want to install one ARexx script for import\n"
  1492.           "graphics in FinalWriter with MetaView."
  1493.        )
  1494.     )
  1495.     (set #text_fw_import
  1496.        (cat
  1497.           "copying FinalWriter import script"
  1498.        )
  1499.     )
  1500.     (set #text_examples
  1501.        (cat
  1502.           "Should I copy the example files?"
  1503.        )
  1504.     )
  1505.     (set #text_examples_copy
  1506.        (cat
  1507.           "copy Examples"
  1508.        )
  1509.     )
  1510.     (set #help_examples_copy
  1511.        (cat
  1512.           "Now, I want to copy some Examples."
  1513.        )
  1514.     )
  1515.     (set #text_setpatch
  1516.        (cat
  1517.           "I want to copy a new SetPatch (43.6) to your 'c:' directory.\n"
  1518.           "This Software are published from Amiga Technologie and\n"
  1519.           "fix also a bug on 'mathieeesingbas.library' in Kick 3.1.\n"
  1520.           "The old 'c:SetPatch' will renamed to 'c:SetPatch.old'."
  1521.        )
  1522.     )
  1523.     (set #help_setpatch
  1524.        (cat
  1525.           "Press 'Copy' to install the new SetPatch and 'Skip' for not install.\n"
  1526.           "You are advised to install this Patch.\n"
  1527.           "But if you get a GURU on MetaView-startup you must!"
  1528.        )
  1529.     )
  1530.     (set #text_setpatch_copy
  1531.        (cat
  1532.           "copy new SetPatch"
  1533.        )
  1534.     )
  1535.     (set #text_tabs_copy
  1536.        (cat
  1537.           "copy tabs.gadget"
  1538.        )
  1539.     )
  1540.     (set #text_variable
  1541.        (cat
  1542.           "Should I update the MetaView.path environment variable?"
  1543.        )
  1544.     )
  1545.     (set #help_variable
  1546.        (cat
  1547.           "The ARexxScripts and the MetaView.datatype will use the variable for locate the executable."
  1548.        )
  1549.     )
  1550.     (set #text_envarc
  1551.        (cat
  1552.           "Create ENVARC: variable with path of MetaView"
  1553.        )
  1554.     )
  1555.     (set #help_envarc
  1556.        (cat
  1557.           "The variable will be stored resetproof in ENVARC:."
  1558.         )
  1559.     )
  1560.     (set #text_env
  1561.        (cat
  1562.           "Create ENV: variable with path of MetaView"
  1563.        )
  1564.     )
  1565.     (set #help_env
  1566.        (cat
  1567.           "The variable will be stored for instant use in ENV:."
  1568.        )
  1569.     )
  1570.     (set #text_keyfile
  1571.        (cat
  1572.           "copy keyfile"
  1573.        )
  1574.     )
  1575.     (set #help_keyfile
  1576.        (cat
  1577.           "Now I copy the keyfile."
  1578.        )
  1579.     )
  1580.     (set #text_register
  1581.        (cat
  1582.           "Don`t forget to register!\n\n"
  1583.           "Please send $20 or 30,- DM to me:\n\n"
  1584.           "Henk Jonas\n"
  1585.           "Zionskirchstr. 28\n"
  1586.           "10119 Berlin\n"
  1587.           "Germany"
  1588.        )
  1589.     )
  1590.     (set #help_register
  1591.        (cat
  1592.           "Look at MetaView.readme, MetaView.doc "
  1593.           "or MetaView.guide for register."
  1594.        )
  1595.     )
  1596.     (set #text_thanx
  1597.        (cat
  1598.           "Thank you for registering MetaView!"
  1599.        )
  1600.     )
  1601.   )
  1602. )
  1603. ;/**/
  1604.  
  1605. ;************************************************
  1606. ;
  1607. ; polnisch
  1608. ;
  1609. ;************************************************
  1610. ;/**/
  1611.  
  1612. (if (= #language-number 3)
  1613.   (
  1614.     (set #YES "Yes")
  1615.     (set #NO  "No")
  1616.     (set #text_copy "Copy")
  1617.     (set #text_skip "Skip")
  1618.     (set #text_update "Update")
  1619.  
  1620.     (set #text_present
  1621.        (cat
  1622.           "Henk Jonas\n present:\n\n MetaView\n\n"
  1623.           "This programm shows and converts gfx-metafile,\n"
  1624.           "uses the 'amigametaformat.library'\n and is SHAREWARE."
  1625.            ;"\n*Translated bla,bla,bla:*\n"
  1626.            ;"*Your Name - Your EMail*\n"
  1627.        )
  1628.     )
  1629.     (set #text_programm_update
  1630.        (cat
  1631.           "I found the MetaView drawer,\n"
  1632.           "leave the path in the parent directory\n"
  1633.           "of the MetaView drawer for\n"
  1634.           "updating an existing MetaView installation."
  1635.        )
  1636.     )
  1637.     (set #text_new
  1638.        (cat
  1639.           "Please choose the destination for MetaView.\n"
  1640.           "I will create a MetaView drawer there,\n"
  1641.           "if it does not exist."
  1642.        )
  1643.     )
  1644.     (set #text_drawer
  1645.        (cat
  1646.           "I am creating the drawer 'MetaView'."
  1647.        )
  1648.     )
  1649.     (set #text_library
  1650.        (cat
  1651.           "Now I will install the 'amigametaformat.library'."
  1652.        )
  1653.     )
  1654.     (set #help_library
  1655.        (cat
  1656.           "This library are needed for this programm.\n"
  1657.           "It is very importent to install this!"
  1658.        )
  1659.     )
  1660.     (set #text_driver
  1661.        (cat
  1662.           "Now I will install the different Outputdrivers for the 'amigametaformat.library'."
  1663.        )
  1664.     )
  1665.     (set #help_driver
  1666.        (cat
  1667.           "the options:\n"
  1668.           "* Strip       : the driver for all renderings, like screen, ILBM, printer etc.\n"
  1669.           "* AMF         : are for output as Amiga Metafile Format.\n"
  1670.           "* CGM         : are for output as Computer Graphics Metafile.\n"
  1671.           "* EPS         : are for output as Encapsulated PostScript.\n"
  1672.           "* GEM         : are for output as GEM Metafile.\n"
  1673.           "* WordWorth   : create ARexx scripts, for use in WordWorth.\n"
  1674.           "* DR2D        : are for output as DR2D (for PageStream, DrawStudio...)\n"
  1675.           "* HPGL        : are for output as HPGL (for Plotters)\n"
  1676.           "* AI          : are for output as AdobeIllustrator\n"
  1677.           "* JMF         : are for output as JavaMetaFile (for www-publishing)\n"
  1678.           "* WMF         : are for output as WindowsMetaFile\n"
  1679.           "* FIG         : are for output as XFIG file\n"
  1680.        )
  1681.     )
  1682.     (set #text_strip
  1683.        (cat
  1684.           "Now I will install the stripdriver for 'amigametaformat.library'."
  1685.        )
  1686.     )
  1687.     (set #help_strip
  1688.        (cat
  1689.           "strip for all renderings on screen, printer and ILBM-output\n"
  1690.        )
  1691.     )
  1692.     (set #text_file
  1693.        (cat
  1694.           "Now I will install the filedriver for 'amigametaformat.library'."
  1695.        )
  1696.     )
  1697.     (set #help_file
  1698.        (cat
  1699.           "file for saving as Amiga Meta Format Metafile\n"
  1700.        )
  1701.     )
  1702.     (set #text_cgm
  1703.        (cat
  1704.           "Now I will install the CGMdriver for 'amigametaformat.library'."
  1705.        )
  1706.     )
  1707.     (set #help_cgm
  1708.        (cat
  1709.           "CGM for saving as Computer Graphics Metafile\n"
  1710.        )
  1711.     )
  1712.     (set #text_eps
  1713.        (cat
  1714.           "Now I will install the EPSdriver for 'amigametaformat.library'."
  1715.        )
  1716.     )
  1717.     (set #help_eps
  1718.        (cat
  1719.           "EPS for saving as Encapsulated PostScript\n"
  1720.        )
  1721.     )
  1722.     (set #text_gem
  1723.        (cat
  1724.           "Now I will install the GEMdriver for 'amigametaformat.library'."
  1725.        )
  1726.     )
  1727.     (set #help_gem
  1728.        (cat
  1729.           "GEM for saving as GEM Metafile\n"
  1730.        )
  1731.     )
  1732.     (set #text_ww
  1733.        (cat
  1734.           "Now I will install the WordWorth-ARexx-driver for 'amigametaformat.library'."
  1735.        )
  1736.     )
  1737.     (set #help_ww
  1738.        (cat
  1739.           "WordWorth-ARexx-driver for creating WordWorth-ARexx-script\n"
  1740.        )
  1741.     )
  1742.     (set #text_dr2d
  1743.        (cat
  1744.           "Now I will install the DR2D-driver for 'amigametaformat.library'."
  1745.        )
  1746.     )
  1747.     (set #help_dr2d
  1748.        (cat
  1749.           "DR2D-driver for creating DR2D-Output\n"
  1750.        )
  1751.     )
  1752.     (set #text_hpgl
  1753.        (cat
  1754.           "Now I will install the HPGL-driver for 'amigametaformat.library'."
  1755.        )
  1756.     )
  1757.     (set #help_hpgl
  1758.        (cat
  1759.           "HPGL-driver for creating HPGL-Output\n"
  1760.        )
  1761.     )
  1762.     (set #text_ai
  1763.        (cat
  1764.           "Now I will install the AI-driver for 'amigametaformat.library'."
  1765.        )
  1766.     )
  1767.     (set #help_ai
  1768.        (cat
  1769.           "AI-driver for creating AI-Output\n"
  1770.        )
  1771.     )
  1772.     (set #text_jmf
  1773.        (cat
  1774.           "Now I will install the JMF-driver for 'amigametaformat.library'."
  1775.        )
  1776.     )
  1777.     (set #help_jmf
  1778.        (cat
  1779.           "JMF-driver for creating JMF-Output\n"
  1780.        )
  1781.     )
  1782.     (set #text_wmf
  1783.        (cat
  1784.           "Now I will install the WMF-driver for 'amigametaformat.library'."
  1785.        )
  1786.     )
  1787.     (set #help_wmf
  1788.        (cat
  1789.           "WMF-driver for creating WMF-Output\n"
  1790.        )
  1791.     )
  1792.     (set #text_fig
  1793.        (cat
  1794.           "Now I will install the FIG-driver for 'amigametaformat.library'."
  1795.        )
  1796.     )
  1797.     (set #help_fig
  1798.        (cat
  1799.           "FIG-driver for creating FIG-Output\n"
  1800.        )
  1801.     )
  1802.     (set #text_programm
  1803.        (cat
  1804.           "copy programm"
  1805.        )
  1806.     )
  1807.     (set #help_programm
  1808.        (cat
  1809.           "Now, I will copy the programm."
  1810.        )
  1811.     )
  1812.     (set #text_doc
  1813.        (cat
  1814.           "copy documentation"
  1815.        )
  1816.     )
  1817.     (set #help_doc
  1818.        (cat
  1819.           "Now, I will copy the documentation.\n"
  1820.           "This textfile is obsolete, use the guide instead."
  1821.        )
  1822.     )
  1823.     (set #text_guide
  1824.        (cat
  1825.           "Now I will copy the guide for MetaView.\n"
  1826.           "What is your favorite language?"
  1827.        )
  1828.     )
  1829.     (set #text_english_guide
  1830.        (cat
  1831.           "copy English MetaView.guide"
  1832.        )
  1833.     )
  1834.     (set #help_english_guide
  1835.        (cat
  1836.           "Now, I will copy the English MetaView.guide."
  1837.        )
  1838.     )
  1839.     (set #text_german_guide
  1840.        (cat
  1841.           "copy German MetaView.guide"
  1842.        )
  1843.     )
  1844.     (set #help_german_guide
  1845.        (cat
  1846.           "Now, I will copy the German MetaView.guide."
  1847.        )
  1848.     )
  1849.     (set #text_spanish_guide
  1850.        (cat
  1851.           "copy Spanish MetaView.guide"
  1852.        )
  1853.     )
  1854.     (set #help_spanish_guide
  1855.        (cat
  1856.           "Now, I will copy the Spanish MetaView.guide."
  1857.        )
  1858.     )
  1859.     (set #text_polish_guide
  1860.        (cat
  1861.           "copy Polish MetaView.guide"
  1862.        )
  1863.     )
  1864.     (set #help_polish_guide
  1865.        (cat
  1866.           "Now, I will copy the Polish MetaView.guide."
  1867.        )
  1868.     )
  1869.     (set #text_czech_guide
  1870.        (cat
  1871.           "copy Czech MetaView.guide"
  1872.        )
  1873.     )
  1874.     (set #help_czech_guide
  1875.        (cat
  1876.           "Now, I will copy the Czech MetaView.guide."
  1877.        )
  1878.     )
  1879.     (set #text_readme
  1880.        (cat
  1881.           "copy amigametaformat.readme"
  1882.        )
  1883.     )
  1884.     (set #help_readme
  1885.        (cat
  1886.           "Now, I will copy the amigametaformat.readme."
  1887.        )
  1888.     )
  1889.     (set #text_arexx
  1890.        (cat
  1891.           "copy ARexx-Examples"
  1892.        )
  1893.     )
  1894.     (set #help_arexx
  1895.        (cat
  1896.           "Now, I will copy some ARexx-Examples."
  1897.        )
  1898.     )
  1899.     (set #text_ds
  1900.        (cat
  1901.           "Do you have DrawStudio installed,\n"
  1902.           "and want to im- and export gfx\n"
  1903.           "with MetaView?"
  1904.        )
  1905.     )
  1906.     (set #help_ds
  1907.        (cat
  1908.           "I want to install two ARexx scripts for import and export\n"
  1909.           "graphics in DrawStudio with MetaView."
  1910.        )
  1911.     )
  1912.     (set #text_ds_path
  1913.        (cat
  1914.           "Please choose the DrawStudio ARexx scripts drawer."
  1915.        )
  1916.     )
  1917.     (set #help_ds_path
  1918.        (cat
  1919.           "I want to install two ARexx scripts for import and export\n"
  1920.           "graphics in DrawStudio with MetaView."
  1921.        )
  1922.     )
  1923.     (set #text_ds_import
  1924.        (cat
  1925.           "copying DrawStudio import script"
  1926.        )
  1927.     )
  1928.     (set #text_ds_export
  1929.        (cat
  1930.           "copying DrawStudio export script"
  1931.        )
  1932.     )
  1933.     (set #text_pgs
  1934.        (cat
  1935.           "Do you have PageStream 3.x installed,\n"
  1936.           "and want to import gfx with MetaView?"
  1937.        )
  1938.     )
  1939.     (set #help_pgs
  1940.        (cat
  1941.           "I want to install one ARexx script for import\n"
  1942.           "graphics in PageStream with MetaView."
  1943.        )
  1944.     )
  1945.     (set #text_pgs_path
  1946.        (cat
  1947.           "Please choose the PageStream ARexx scripts drawer."
  1948.        )
  1949.     )
  1950.     (set #help_pgs_path
  1951.        (cat
  1952.           "I want to install one ARexx script for import\n"
  1953.           "graphics in PageStream with MetaView."
  1954.        )
  1955.     )
  1956.     (set #text_pgs_import
  1957.        (cat
  1958.           "copying PageStream import script"
  1959.        )
  1960.     )
  1961.     (set #text_ww
  1962.        (cat
  1963.           "Do you have WordWorth installed,\n"
  1964.           "and want to import gfx with MetaView?"
  1965.        )
  1966.     )
  1967.     (set #help_ww
  1968.        (cat
  1969.           "I want to install one ARexx script for import\n"
  1970.           "graphics in WordWorth with MetaView."
  1971.        )
  1972.     )
  1973.     (set #text_ww_path
  1974.        (cat
  1975.           "Please choose the WordWorth ARexx scripts drawer."
  1976.        )
  1977.     )
  1978.     (set #help_ww_path
  1979.        (cat
  1980.           "I want to install one ARexx script for import\n"
  1981.           "graphics in WordWorth with MetaView."
  1982.        )
  1983.     )
  1984.     (set #text_ww_import
  1985.        (cat
  1986.           "copying WordWorth import script"
  1987.        )
  1988.     )
  1989.     (set #text_fw
  1990.        (cat
  1991.           "Do you have FinalWriter installed,\n"
  1992.           "and want to import gfx with MetaView?"
  1993.        )
  1994.     )
  1995.     (set #help_fw
  1996.        (cat
  1997.           "I want to install one ARexx script for import\n"
  1998.           "graphics in FinalWriter with MetaView."
  1999.        )
  2000.     )
  2001.     (set #text_fw_path
  2002.        (cat
  2003.           "Please choose the FinalWriter ARexx scripts drawer."
  2004.        )
  2005.     )
  2006.     (set #help_fw_path
  2007.        (cat
  2008.           "I want to install one ARexx script for import\n"
  2009.           "graphics in FinalWriter with MetaView."
  2010.        )
  2011.     )
  2012.     (set #text_fw_import
  2013.        (cat
  2014.           "copying FinalWriter import script"
  2015.        )
  2016.     )
  2017.     (set #text_examples
  2018.        (cat
  2019.           "Should I copy the example files?"
  2020.        )
  2021.     )
  2022.     (set #text_examples_copy
  2023.        (cat
  2024.           "copy Examples"
  2025.        )
  2026.     )
  2027.     (set #help_examples_copy
  2028.        (cat
  2029.           "Now, I want to copy some Examples."
  2030.        )
  2031.     )
  2032.     (set #text_setpatch
  2033.        (cat
  2034.           "I want to copy a new SetPatch (43.6) to your 'c:' directory.\n"
  2035.           "This Software are published from Amiga Technologie and\n"
  2036.           "fix also a bug on 'mathieeesingbas.library' in Kick 3.1.\n"
  2037.           "The old 'c:SetPatch' will renamed to 'c:SetPatch.old'."
  2038.        )
  2039.     )
  2040.     (set #help_setpatch
  2041.        (cat
  2042.           "Press 'Copy' to install the new SetPatch and 'Skip' for not install.\n"
  2043.           "You are advised to install this Patch.\n"
  2044.           "But if you get a GURU on MetaView-startup you must!"
  2045.        )
  2046.     )
  2047.     (set #text_setpatch_copy
  2048.        (cat
  2049.           "copy new SetPatch"
  2050.        )
  2051.     )
  2052.     (set #text_tabs_copy
  2053.        (cat
  2054.           "copy tabs.gadget"
  2055.        )
  2056.     )
  2057.     (set #text_variable
  2058.        (cat
  2059.           "Should I update the MetaView.path environment variable?"
  2060.        )
  2061.     )
  2062.     (set #help_variable
  2063.        (cat
  2064.           "The ARexxScripts and the MetaView.datatype will use the variable for locate the executable."
  2065.        )
  2066.     )
  2067.     (set #text_envarc
  2068.        (cat
  2069.           "Create ENVARC: variable with path of MetaView"
  2070.        )
  2071.     )
  2072.     (set #help_envarc
  2073.        (cat
  2074.           "The variable will be stored resetproof in ENVARC:."
  2075.         )
  2076.     )
  2077.     (set #text_env
  2078.        (cat
  2079.           "Create ENV: variable with path of MetaView"
  2080.        )
  2081.     )
  2082.     (set #help_env
  2083.        (cat
  2084.           "The variable will be stored for instant use in ENV:."
  2085.        )
  2086.     )
  2087.     (set #text_keyfile
  2088.        (cat
  2089.           "copy keyfile"
  2090.        )
  2091.     )
  2092.     (set #help_keyfile
  2093.        (cat
  2094.           "Now I copy the keyfile."
  2095.        )
  2096.     )
  2097.     (set #text_register
  2098.        (cat
  2099.           "Don`t forget to register!\n\n"
  2100.           "Please send $20 or 30,- DM to me:\n\n"
  2101.           "Henk Jonas\n"
  2102.           "Zionskirchstr. 28\n"
  2103.           "10119 Berlin\n"
  2104.           "Germany"
  2105.        )
  2106.     )
  2107.     (set #help_register
  2108.        (cat
  2109.           "Look at MetaView.readme, MetaView.doc "
  2110.           "or MetaView.guide for register."
  2111.        )
  2112.     )
  2113.     (set #text_thanx
  2114.        (cat
  2115.           "Thank you for registering MetaView!"
  2116.        )
  2117.     )
  2118.   )
  2119. )
  2120. ;/**/
  2121.  
  2122. ;************************************************
  2123. ;
  2124. ; tschechisch
  2125. ;
  2126. ;************************************************
  2127. ;/**/
  2128.  
  2129. (if (= #language-number 4)
  2130.   (
  2131.     (set #YES "Yes")
  2132.     (set #NO  "No")
  2133.     (set #text_copy "Copy")
  2134.     (set #text_skip "Skip")
  2135.     (set #text_update "Update")
  2136.  
  2137.     (set #text_present
  2138.        (cat
  2139.           "Henk Jonas\n present:\n\n MetaView\n\n"
  2140.           "This programm shows and converts gfx-metafile,\n"
  2141.           "uses the 'amigametaformat.library'\n and is SHAREWARE."
  2142.            ;"\n*Translated bla,bla,bla:*\n"
  2143.            ;"*Your Name - Your EMail*\n"
  2144.        )
  2145.     )
  2146.     (set #text_programm_update
  2147.        (cat
  2148.           "I found the MetaView drawer,\n"
  2149.           "leave the path in the parent directory\n"
  2150.           "of the MetaView drawer for\n"
  2151.           "updating an existing MetaView installation."
  2152.        )
  2153.     )
  2154.     (set #text_new
  2155.        (cat
  2156.           "Please choose the destination for MetaView.\n"
  2157.           "I will create a MetaView drawer there,\n"
  2158.           "if it does not exist."
  2159.        )
  2160.     )
  2161.     (set #text_drawer
  2162.        (cat
  2163.           "I am creating the drawer 'MetaView'."
  2164.        )
  2165.     )
  2166.     (set #text_library
  2167.        (cat
  2168.           "Now I will install the 'amigametaformat.library'."
  2169.        )
  2170.     )
  2171.     (set #help_library
  2172.        (cat
  2173.           "This library are needed for this programm.\n"
  2174.           "It is very importent to install this!"
  2175.        )
  2176.     )
  2177.     (set #text_driver
  2178.        (cat
  2179.           "Now I will install the different Outputdrivers for the 'amigametaformat.library'."
  2180.        )
  2181.     )
  2182.     (set #help_driver
  2183.        (cat
  2184.           "the options:\n"
  2185.           "* Strip       : the driver for all renderings, like screen, ILBM, printer etc.\n"
  2186.           "* AMF         : are for output as Amiga Metafile Format.\n"
  2187.           "* CGM         : are for output as Computer Graphics Metafile.\n"
  2188.           "* EPS         : are for output as Encapsulated PostScript.\n"
  2189.           "* GEM         : are for output as GEM Metafile.\n"
  2190.           "* WordWorth   : create ARexx scripts, for use in WordWorth.\n"
  2191.           "* DR2D        : are for output as DR2D (for PageStream, DrawStudio...)\n"
  2192.           "* HPGL        : are for output as HPGL (for Plotters)\n"
  2193.           "* AI          : are for output as AdobeIllustrator\n"
  2194.           "* JMF         : are for output as JavaMetaFile (for www-publishing)\n"
  2195.           "* WMF         : are for output as WindowsMetaFile\n"
  2196.           "* FIG         : are for output as XFIG file\n"
  2197.        )
  2198.     )
  2199.     (set #text_strip
  2200.        (cat
  2201.           "Now I will install the stripdriver for 'amigametaformat.library'."
  2202.        )
  2203.     )
  2204.     (set #help_strip
  2205.        (cat
  2206.           "strip for all renderings on screen, printer and ILBM-output\n"
  2207.        )
  2208.     )
  2209.     (set #text_file
  2210.        (cat
  2211.           "Now I will install the filedriver for 'amigametaformat.library'."
  2212.        )
  2213.     )
  2214.     (set #help_file
  2215.        (cat
  2216.           "file for saving as Amiga Meta Format Metafile\n"
  2217.        )
  2218.     )
  2219.     (set #text_cgm
  2220.        (cat
  2221.           "Now I will install the CGMdriver for 'amigametaformat.library'."
  2222.        )
  2223.     )
  2224.     (set #help_cgm
  2225.        (cat
  2226.           "CGM for saving as Computer Graphics Metafile\n"
  2227.        )
  2228.     )
  2229.     (set #text_eps
  2230.        (cat
  2231.           "Now I will install the EPSdriver for 'amigametaformat.library'."
  2232.        )
  2233.     )
  2234.     (set #help_eps
  2235.        (cat
  2236.           "EPS for saving as Encapsulated PostScript\n"
  2237.        )
  2238.     )
  2239.     (set #text_gem
  2240.        (cat
  2241.           "Now I will install the GEMdriver for 'amigametaformat.library'."
  2242.        )
  2243.     )
  2244.     (set #help_gem
  2245.        (cat
  2246.           "GEM for saving as GEM Metafile\n"
  2247.        )
  2248.     )
  2249.     (set #text_ww
  2250.        (cat
  2251.           "Now I will install the WordWorth-ARexx-driver for 'amigametaformat.library'."
  2252.        )
  2253.     )
  2254.     (set #help_ww
  2255.        (cat
  2256.           "WordWorth-ARexx-driver for creating WordWorth-ARexx-script\n"
  2257.        )
  2258.     )
  2259.     (set #text_dr2d
  2260.        (cat
  2261.           "Now I will install the DR2D-driver for 'amigametaformat.library'."
  2262.        )
  2263.     )
  2264.     (set #help_dr2d
  2265.        (cat
  2266.           "DR2D-driver for creating DR2D-Output\n"
  2267.        )
  2268.     )
  2269.     (set #text_hpgl
  2270.        (cat
  2271.           "Now I will install the HPGL-driver for 'amigametaformat.library'."
  2272.        )
  2273.     )
  2274.     (set #help_hpgl
  2275.        (cat
  2276.           "HPGL-driver for creating HPGL-Output\n"
  2277.        )
  2278.     )
  2279.     (set #text_ai
  2280.        (cat
  2281.           "Now I will install the AI-driver for 'amigametaformat.library'."
  2282.        )
  2283.     )
  2284.     (set #help_ai
  2285.        (cat
  2286.           "AI-driver for creating AI-Output\n"
  2287.        )
  2288.     )
  2289.     (set #text_jmf
  2290.        (cat
  2291.           "Now I will install the JMF-driver for 'amigametaformat.library'."
  2292.        )
  2293.     )
  2294.     (set #help_jmf
  2295.        (cat
  2296.           "JMF-driver for creating JMF-Output\n"
  2297.        )
  2298.     )
  2299.     (set #text_wmf
  2300.        (cat
  2301.           "Now I will install the WMF-driver for 'amigametaformat.library'."
  2302.        )
  2303.     )
  2304.     (set #help_wmf
  2305.        (cat
  2306.           "WMF-driver for creating WMF-Output\n"
  2307.        )
  2308.     )
  2309.     (set #text_fig
  2310.        (cat
  2311.           "Now I will install the FIG-driver for 'amigametaformat.library'."
  2312.        )
  2313.     )
  2314.     (set #help_fig
  2315.        (cat
  2316.           "FIG-driver for creating FIG-Output\n"
  2317.        )
  2318.     )
  2319.     (set #text_programm
  2320.        (cat
  2321.           "copy programm"
  2322.        )
  2323.     )
  2324.     (set #help_programm
  2325.        (cat
  2326.           "Now, I will copy the programm."
  2327.        )
  2328.     )
  2329.     (set #text_doc
  2330.        (cat
  2331.           "copy documentation"
  2332.        )
  2333.     )
  2334.     (set #help_doc
  2335.        (cat
  2336.           "Now, I will copy the documentation.\n"
  2337.           "This textfile is obsolete, use the guide instead."
  2338.        )
  2339.     )
  2340.     (set #text_guide
  2341.        (cat
  2342.           "Now I will copy the guide for MetaView.\n"
  2343.           "What is your favorite language?"
  2344.        )
  2345.     )
  2346.     (set #text_english_guide
  2347.        (cat
  2348.           "copy English MetaView.guide"
  2349.        )
  2350.     )
  2351.     (set #help_english_guide
  2352.        (cat
  2353.           "Now, I will copy the English MetaView.guide."
  2354.        )
  2355.     )
  2356.     (set #text_german_guide
  2357.        (cat
  2358.           "copy German MetaView.guide"
  2359.        )
  2360.     )
  2361.     (set #help_german_guide
  2362.        (cat
  2363.           "Now, I will copy the German MetaView.guide."
  2364.        )
  2365.     )
  2366.     (set #text_spanish_guide
  2367.        (cat
  2368.           "copy Spanish MetaView.guide"
  2369.        )
  2370.     )
  2371.     (set #help_spanish_guide
  2372.        (cat
  2373.           "Now, I will copy the Spanish MetaView.guide."
  2374.        )
  2375.     )
  2376.     (set #text_polish_guide
  2377.        (cat
  2378.           "copy Polish MetaView.guide"
  2379.        )
  2380.     )
  2381.     (set #help_polish_guide
  2382.        (cat
  2383.           "Now, I will copy the Polish MetaView.guide."
  2384.        )
  2385.     )
  2386.     (set #text_czech_guide
  2387.        (cat
  2388.           "copy Czech MetaView.guide"
  2389.        )
  2390.     )
  2391.     (set #help_czech_guide
  2392.        (cat
  2393.           "Now, I will copy the Czech MetaView.guide."
  2394.        )
  2395.     )
  2396.     (set #text_readme
  2397.        (cat
  2398.           "copy amigametaformat.readme"
  2399.        )
  2400.     )
  2401.     (set #help_readme
  2402.        (cat
  2403.           "Now, I will copy the amigametaformat.readme."
  2404.        )
  2405.     )
  2406.     (set #text_arexx
  2407.        (cat
  2408.           "copy ARexx-Examples"
  2409.        )
  2410.     )
  2411.     (set #help_arexx
  2412.        (cat
  2413.           "Now, I will copy some ARexx-Examples."
  2414.        )
  2415.     )
  2416.     (set #text_ds
  2417.        (cat
  2418.           "Do you have DrawStudio installed,\n"
  2419.           "and want to im- and export gfx\n"
  2420.           "with MetaView?"
  2421.        )
  2422.     )
  2423.     (set #help_ds
  2424.        (cat
  2425.           "I want to install two ARexx scripts for import and export\n"
  2426.           "graphics in DrawStudio with MetaView."
  2427.        )
  2428.     )
  2429.     (set #text_ds_path
  2430.        (cat
  2431.           "Please choose the DrawStudio ARexx scripts drawer."
  2432.        )
  2433.     )
  2434.     (set #help_ds_path
  2435.        (cat
  2436.           "I want to install two ARexx scripts for import and export\n"
  2437.           "graphics in DrawStudio with MetaView."
  2438.        )
  2439.     )
  2440.     (set #text_ds_import
  2441.        (cat
  2442.           "copying DrawStudio import script"
  2443.        )
  2444.     )
  2445.     (set #text_ds_export
  2446.        (cat
  2447.           "copying DrawStudio export script"
  2448.        )
  2449.     )
  2450.     (set #text_pgs
  2451.        (cat
  2452.           "Do you have PageStream 3.x installed,\n"
  2453.           "and want to import gfx with MetaView?"
  2454.        )
  2455.     )
  2456.     (set #help_pgs
  2457.        (cat
  2458.           "I want to install one ARexx script for import\n"
  2459.           "graphics in PageStream with MetaView."
  2460.        )
  2461.     )
  2462.     (set #text_pgs_path
  2463.        (cat
  2464.           "Please choose the PageStream ARexx scripts drawer."
  2465.        )
  2466.     )
  2467.     (set #help_pgs_path
  2468.        (cat
  2469.           "I want to install one ARexx script for import\n"
  2470.           "graphics in PageStream with MetaView."
  2471.        )
  2472.     )
  2473.     (set #text_pgs_import
  2474.        (cat
  2475.           "copying PageStream import script"
  2476.        )
  2477.     )
  2478.     (set #text_ww
  2479.        (cat
  2480.           "Do you have WordWorth installed,\n"
  2481.           "and want to import gfx with MetaView?"
  2482.        )
  2483.     )
  2484.     (set #help_ww
  2485.        (cat
  2486.           "I want to install one ARexx script for import\n"
  2487.           "graphics in WordWorth with MetaView."
  2488.        )
  2489.     )
  2490.     (set #text_ww_path
  2491.        (cat
  2492.           "Please choose the WordWorth ARexx scripts drawer."
  2493.        )
  2494.     )
  2495.     (set #help_ww_path
  2496.        (cat
  2497.           "I want to install one ARexx script for import\n"
  2498.           "graphics in WordWorth with MetaView."
  2499.        )
  2500.     )
  2501.     (set #text_ww_import
  2502.        (cat
  2503.           "copying WordWorth import script"
  2504.        )
  2505.     )
  2506.     (set #text_fw
  2507.        (cat
  2508.           "Do you have FinalWriter installed,\n"
  2509.           "and want to import gfx with MetaView?"
  2510.        )
  2511.     )
  2512.     (set #help_fw
  2513.        (cat
  2514.           "I want to install one ARexx script for import\n"
  2515.           "graphics in FinalWriter with MetaView."
  2516.        )
  2517.     )
  2518.     (set #text_fw_path
  2519.        (cat
  2520.           "Please choose the FinalWriter ARexx scripts drawer."
  2521.        )
  2522.     )
  2523.     (set #help_fw_path
  2524.        (cat
  2525.           "I want to install one ARexx script for import\n"
  2526.           "graphics in FinalWriter with MetaView."
  2527.        )
  2528.     )
  2529.     (set #text_fw_import
  2530.        (cat
  2531.           "copying FinalWriter import script"
  2532.        )
  2533.     )
  2534.     (set #text_examples
  2535.        (cat
  2536.           "Should I copy the example files?"
  2537.        )
  2538.     )
  2539.     (set #text_examples_copy
  2540.        (cat
  2541.           "copy Examples"
  2542.        )
  2543.     )
  2544.     (set #help_examples_copy
  2545.        (cat
  2546.           "Now, I want to copy some Examples."
  2547.        )
  2548.     )
  2549.     (set #text_setpatch
  2550.        (cat
  2551.           "I want to copy a new SetPatch (43.6) to your 'c:' directory.\n"
  2552.           "This Software are published from Amiga Technologie and\n"
  2553.           "fix also a bug on 'mathieeesingbas.library' in Kick 3.1.\n"
  2554.           "The old 'c:SetPatch' will renamed to 'c:SetPatch.old'."
  2555.        )
  2556.     )
  2557.     (set #help_setpatch
  2558.        (cat
  2559.           "Press 'Copy' to install the new SetPatch and 'Skip' for not install.\n"
  2560.           "You are advised to install this Patch.\n"
  2561.           "But if you get a GURU on MetaView-startup you must!"
  2562.        )
  2563.     )
  2564.     (set #text_setpatch_copy
  2565.        (cat
  2566.           "copy new SetPatch"
  2567.        )
  2568.     )
  2569.     (set #text_tabs_copy
  2570.        (cat
  2571.           "copy tabs.gadget"
  2572.        )
  2573.     )
  2574.     (set #text_variable
  2575.        (cat
  2576.           "Should I update the MetaView.path environment variable?"
  2577.        )
  2578.     )
  2579.     (set #help_variable
  2580.        (cat
  2581.           "The ARexxScripts and the MetaView.datatype will use the variable for locate the executable."
  2582.        )
  2583.     )
  2584.     (set #text_envarc
  2585.        (cat
  2586.           "Create ENVARC: variable with path of MetaView"
  2587.        )
  2588.     )
  2589.     (set #help_envarc
  2590.        (cat
  2591.           "The variable will be stored resetproof in ENVARC:."
  2592.         )
  2593.     )
  2594.     (set #text_env
  2595.        (cat
  2596.           "Create ENV: variable with path of MetaView"
  2597.        )
  2598.     )
  2599.     (set #help_env
  2600.        (cat
  2601.           "The variable will be stored for instant use in ENV:."
  2602.        )
  2603.     )
  2604.     (set #text_keyfile
  2605.        (cat
  2606.           "copy keyfile"
  2607.        )
  2608.     )
  2609.     (set #help_keyfile
  2610.        (cat
  2611.           "Now I copy the keyfile."
  2612.        )
  2613.     )
  2614.     (set #text_register
  2615.        (cat
  2616.           "Don`t forget to register!\n\n"
  2617.           "Please send $20 or 30,- DM to me:\n\n"
  2618.           "Henk Jonas\n"
  2619.           "Zionskirchstr. 28\n"
  2620.           "10119 Berlin\n"
  2621.           "Germany"
  2622.        )
  2623.     )
  2624.     (set #help_register
  2625.        (cat
  2626.           "Look at MetaView.readme, MetaView.doc "
  2627.           "or MetaView.guide for register."
  2628.        )
  2629.     )
  2630.     (set #text_thanx
  2631.        (cat
  2632.           "Thank you for registering MetaView!"
  2633.        )
  2634.     )
  2635.   )
  2636. )
  2637. ;/**/
  2638.  
  2639. ;************************************************
  2640. ;
  2641. ; now starts the installation
  2642. ;
  2643. ;************************************************
  2644.  
  2645. (message #text_present)
  2646. (set #user-level @user-level)
  2647. (set #defaultdir "ram:")
  2648. (if (= 1 (exists ("envarc:MetaView.path")))
  2649.   (
  2650.     (set #defaultdir (expandpath (tackon (pathonly (getenv "MetaView.path")) "/")))
  2651.     (set @parentdir
  2652.       (askdir
  2653.         (prompt #text_programm_update)
  2654.         (help @askdir-help)
  2655.         (default #defaultdir)
  2656.       )
  2657.     )
  2658.   )
  2659.   (
  2660.     (user 2)
  2661.     (set @parentdir
  2662.       (askdir
  2663.         (prompt #text_new)
  2664.         (help @askdir-help)
  2665.         (default #defaultdir)
  2666.       )
  2667.     )
  2668.     (user #user-level)
  2669.   )
  2670. )
  2671.  
  2672. (set @default-dest (tackon @parentdir "MetaView"))
  2673.  
  2674. (makedir @default-dest
  2675.   (prompt #text_drawer)
  2676.   (help @makedir-help)
  2677.   (infos)
  2678. )
  2679.  
  2680. (complete 5)
  2681.  
  2682. (copylib 
  2683.   (prompt #text_library)
  2684.   (source (tackon @sourcedir "libs/amigametaformat.library"))
  2685.   (dest  "libs:")
  2686.   (optional "nofail" "force" "askuser")
  2687.   (help #help_library)
  2688. )
  2689.  
  2690. (complete 10)
  2691.  
  2692. (set #driver
  2693.   (askoptions
  2694.     (prompt #text_driver)
  2695.     (choices "pStrip" "AMF" "CGM" "EPS" "GEM" "WordWorth" "DR2D" "HPGL" "AI" "JMF" "WMF" "FIG")
  2696.     (help #help_driver)
  2697.   )
  2698. )
  2699.  
  2700. (complete 20)
  2701.  
  2702. (makedir "libs:AMF")
  2703.  
  2704. (if (IN #driver 0)
  2705.   (copylib 
  2706.     (prompt #text_strip)
  2707.     (source (tackon @sourcedir "libs/AMF/amigametaformat-strip.driver"))
  2708.     (dest  "libs:AMF/")
  2709.     (optional "nofail" "force" "askuser")
  2710.     (help #help_strip)
  2711.   )
  2712. )
  2713.  
  2714. (complete 21)
  2715.  
  2716. (if (IN #driver 1)
  2717.   (copylib 
  2718.     (prompt #text_file)
  2719.     (source (tackon @sourcedir "libs/AMF/amigametaformat-file.driver"))
  2720.     (dest  "libs:AMF/")
  2721.     (optional "nofail" "force" "askuser")
  2722.     (help #help_file)
  2723.   )
  2724. )
  2725.  
  2726. (complete 22)
  2727.  
  2728. (if (IN #driver 2)
  2729.   (copylib 
  2730.     (prompt #text_cgm)
  2731.     (source (tackon @sourcedir "libs/AMF/amigametaformat-cgm.driver"))
  2732.     (dest  "libs:AMF/")
  2733.     (optional "nofail" "force" "askuser")
  2734.     (help #help_cgm)
  2735.   )
  2736. )
  2737.  
  2738. (complete 23)
  2739.  
  2740. (if (IN #driver 3)
  2741.   (copylib 
  2742.     (prompt #text_eps)
  2743.     (source (tackon @sourcedir "libs/AMF/amigametaformat-eps.driver"))
  2744.     (dest  "libs:AMF/")
  2745.     (optional "nofail" "force" "askuser")
  2746.     (help #help_eps)
  2747.   )
  2748. )
  2749.  
  2750. (complete 24)
  2751.  
  2752. (if (IN #driver 4)
  2753.   (copylib 
  2754.     (prompt #text_gem)
  2755.     (source (tackon @sourcedir "libs/AMF/amigametaformat-gem.driver"))
  2756.     (dest  "libs:AMF/")
  2757.     (optional "nofail" "force" "askuser")
  2758.     (help #help_gem)
  2759.   )
  2760. )
  2761.  
  2762. (complete 25)
  2763.  
  2764. (if (IN #driver 5)
  2765.   (copylib 
  2766.     (prompt #text_ww)
  2767.     (source (tackon @sourcedir "libs/AMF/amigametaformat-ww.driver"))
  2768.     (dest  "libs:AMF/")
  2769.     (optional "nofail" "force" "askuser")
  2770.     (help #help_ww)
  2771.   )
  2772. )
  2773.  
  2774. (complete 26)
  2775.  
  2776. (if (IN #driver 6)
  2777.   (copylib 
  2778.     (prompt #text_dr2d)
  2779.     (source (tackon @sourcedir "libs/AMF/amigametaformat-dr2d.driver"))
  2780.     (dest  "libs:AMF/")
  2781.     (optional "nofail" "force" "askuser")
  2782.     (help #help_dr2d)
  2783.   )
  2784. )
  2785.  
  2786. (complete 27)
  2787.  
  2788. (if (IN #driver 7)
  2789.   (copylib 
  2790.     (prompt #text_hpgl)
  2791.     (source (tackon @sourcedir "libs/AMF/amigametaformat-hpgl.driver"))
  2792.     (dest  "libs:AMF/")
  2793.     (optional "nofail" "force" "askuser")
  2794.     (help #help_hpgl)
  2795.   )
  2796. )
  2797.  
  2798. (complete 28)
  2799.  
  2800. (if (IN #driver 8)
  2801.   (copylib 
  2802.     (prompt #text_ai)
  2803.     (source (tackon @sourcedir "libs/AMF/amigametaformat-ai.driver"))
  2804.     (dest  "libs:AMF/")
  2805.     (optional "nofail" "force" "askuser")
  2806.     (help #help_ai)
  2807.   )
  2808. )
  2809.  
  2810. (complete 29)
  2811.  
  2812. (if (IN #driver 9)
  2813.   (copylib 
  2814.     (prompt #text_jmf)
  2815.     (source (tackon @sourcedir "libs/AMF/amigametaformat-jmf.driver"))
  2816.     (dest  "libs:AMF/")
  2817.     (optional "nofail" "force" "askuser")
  2818.     (help #help_jmf)
  2819.   )
  2820. )
  2821.  
  2822. (complete 30)
  2823.  
  2824. (if (IN #driver 10)
  2825.   (copylib 
  2826.     (prompt #text_wmf)
  2827.     (source (tackon @sourcedir "libs/AMF/amigametaformat-wmf.driver"))
  2828.     (dest  "libs:AMF/")
  2829.     (optional "nofail" "force" "askuser")
  2830.     (help #help_wmf)
  2831.   )
  2832. )
  2833.  
  2834. (complete 31)
  2835.  
  2836. (if (IN #driver 11)
  2837.   (copylib 
  2838.     (prompt #text_fig)
  2839.     (source (tackon @sourcedir "libs/AMF/amigametaformat-xfig.driver"))
  2840.     (dest  "libs:AMF/")
  2841.     (optional "nofail" "force" "askuser")
  2842.     (help #help_fig)
  2843.   )
  2844. )
  2845.  
  2846. (complete 40)
  2847.  
  2848. (copyfiles
  2849.   (prompt #text_programm)
  2850.   (source (tackon @sourcedir "MetaView"))
  2851.   (dest @default-dest)
  2852.   (infos)
  2853.   (confirm)
  2854.   (help #help_programm)
  2855. )
  2856.  
  2857. (complete 50)
  2858.  
  2859. (copyfiles
  2860.   (prompt #text_doc)
  2861.   (source (tackon @sourcedir "MetaView.doc"))
  2862.   (dest @default-dest)
  2863.   (infos)
  2864.   (confirm)
  2865.   (help #help_doc)
  2866. )
  2867.  
  2868. (complete 60)
  2869.  
  2870. (set #language
  2871.   (askoptions
  2872.     (prompt #text_guide)
  2873.     (choices "pEnglish" "Deutsch" "Español" "Polski" "Ceská")
  2874.     (default (shiftleft 1 #language-number))
  2875.     (help @askoptions-help)
  2876.   )
  2877. )
  2878.  
  2879. (complete 61)
  2880.  
  2881. (if (IN #language 0)
  2882.   (copyfiles
  2883.     (prompt #text_english_guide)
  2884.     (source (tackon @sourcedir "MetaView.guide"))
  2885.     (dest @default-dest)
  2886.     (infos)
  2887.     (help #help_english_guide)
  2888.   )
  2889. )
  2890.  
  2891. (complete 62)
  2892.  
  2893. (if (IN #language 1)
  2894.   (copyfiles
  2895.     (prompt #text_german_guide)
  2896.     (source (tackon @sourcedir "translations/MetaView_deutsch.guide"))
  2897.     (dest @default-dest)
  2898.     (infos)
  2899.     (help #help_german_guide)
  2900.   )
  2901. )
  2902.  
  2903. (complete 63)
  2904.  
  2905. (if (IN #language 2)
  2906.   (copyfiles
  2907.     (prompt #text_spanish_guide)
  2908.     (source (tackon @sourcedir "translations/MetaView_espanol.guide"))
  2909.     (dest @default-dest)
  2910.     (infos)
  2911.     (help #help_spanish_guide)
  2912.   )
  2913. )
  2914.  
  2915. (complete 64)
  2916.  
  2917. (if (IN #language 3)
  2918.   (copyfiles
  2919.     (prompt #text_polish_guide)
  2920.     (source (tackon @sourcedir "translations/MetaView_polski.guide"))
  2921.     (dest @default-dest)
  2922.     (infos)
  2923.     (help #help_polish_guide)
  2924.   )
  2925. )
  2926.  
  2927. (complete 65)
  2928.  
  2929. (if (IN #language 4)
  2930.   (copyfiles
  2931.     (prompt #text_szech_guide)
  2932.     (source (tackon @sourcedir "translations/MetaView_ceska.guide"))
  2933.     (dest @default-dest)
  2934.     (infos)
  2935.     (help #help_czech_guide)
  2936.   )
  2937. )
  2938.  
  2939. (complete 70)
  2940.  
  2941. (copyfiles
  2942.   (prompt #text_readme)
  2943.   (source (tackon @sourcedir "libs/amigametaformat.readme"))
  2944.   (dest @default-dest)
  2945.   (infos)
  2946.   (confirm)
  2947.   (help #help_readme)
  2948. )
  2949.  
  2950. (complete 80)
  2951.  
  2952. (copyfiles
  2953.   (prompt #text_arexx)
  2954.   (source (tackon @sourcedir "ARexx-Examples"))
  2955.   (dest (tackon @default-dest "ARexx-Examples"))
  2956.   (files)
  2957.   (all)
  2958.   (infos)
  2959.   (confirm)
  2960.   (help #help_arexx)
  2961. )
  2962.  
  2963. (user 2)
  2964. (if (= 1 (askbool
  2965.             (prompt #text_ds)
  2966.             (choices #YES #NO)
  2967.             (help #help_ds)
  2968.          )
  2969.     )
  2970.     (
  2971.        (set #dspath
  2972.           (askdir
  2973.             (prompt #text_ds_path)
  2974.             (help #help_ds_path)
  2975.             (default "Rexx:")
  2976.             (disk)
  2977.           )
  2978.        )
  2979.        (copyfiles
  2980.          (prompt #text_ds_import)
  2981.          (source (tackon @sourcedir "ARexx-Examples/DrawStudio_Import.dsrx"))
  2982.          (dest #dspath)
  2983.        )
  2984.        (copyfiles
  2985.          (prompt #text_ds_export)
  2986.          (source (tackon @sourcedir "ARexx-Examples/DrawStudio_Export.dsrx"))
  2987.          (dest #dspath)
  2988.        )
  2989.     )
  2990. )
  2991.  
  2992. (if (= 1 (askbool
  2993.             (prompt #text_pgs)
  2994.             (choices #YES #NO)
  2995.             (help #help_pgs)
  2996.          )
  2997.     )
  2998.     (
  2999.        (set #pspath
  3000.           (askdir
  3001.             (prompt #text_pgs_path)
  3002.             (help #help_pgs_path)
  3003.             (default "Rexx:")
  3004.             (disk)
  3005.           )
  3006.        )
  3007.        (copyfiles
  3008.          (prompt #text_pgs_import)
  3009.          (source (tackon @sourcedir "ARexx-Examples/PageStream_Import.rexx"))
  3010.          (dest #pspath)
  3011.        )
  3012.     )
  3013. )
  3014.  
  3015. (if (= 1 (askbool
  3016.             (prompt #text_ww)
  3017.             (choices #YES #NO)
  3018.             (help #help_ww)
  3019.          )
  3020.     )
  3021.     (
  3022.        (set #wwpath
  3023.           (askdir
  3024.             (prompt #text_ww_path)
  3025.             (help #help_ww_path)
  3026.             (default "Rexx:")
  3027.             (disk)
  3028.           )
  3029.        )
  3030.        (copyfiles
  3031.          (prompt #text_ww_import)
  3032.          (source (tackon @sourcedir "ARexx-Examples/WordWorth_Import_gfx.rexx"))
  3033.          (dest #wwpath)
  3034.        )
  3035.     )
  3036. )
  3037.  
  3038. (if (= 1 (askbool
  3039.             (prompt #text_fw)
  3040.             (choices #YES #NO)
  3041.             (help #help_fw)
  3042.          )
  3043.     )
  3044.     (
  3045.        (set #fwpath
  3046.           (askdir
  3047.             (prompt #text_fw_path)
  3048.             (help #help_fw_path)
  3049.             (default "Rexx:")
  3050.             (disk)
  3051.           )
  3052.        )
  3053.        (copyfiles
  3054.          (prompt #text_fw_import)
  3055.          (source (tackon @sourcedir "ARexx-Examples/FinalWriter_Import.rexx"))
  3056.          (dest #fwpath)
  3057.        )
  3058.     )
  3059. )
  3060. (user #user-level)
  3061.  
  3062.  
  3063. (if (= 1 (askbool
  3064.             (prompt #text_examples)
  3065.             (choices #text_copy #text_skip)
  3066.             (help @askbool-help)
  3067.             (default 1)
  3068.          )
  3069.     )
  3070.     (copyfiles
  3071.       (prompt #text_examples_copy)
  3072.       (source (tackon @sourcedir "Examples"))
  3073.       (dest (tackon @default-dest "Examples"))
  3074.       (files)
  3075.       (all)
  3076.       (infos)
  3077.       (help #help_examples_copy)
  3078.     )
  3079. )
  3080.  
  3081. (complete 85)
  3082.  
  3083. (set #osvernum (getversion))
  3084. (set #osver (/ #osvernum 65536))
  3085. (set #osrev (- #osvernum (* #osver 65536) ) )
  3086. (set #oldpatchvernum (getversion "c:SetPatch"))
  3087. (set #newpatchvernum (getversion (tackon @sourcedir "SetPatch43_6/SetPatch")))
  3088.  
  3089. (if (AND (> #osver 39) (< #oldpatchvernum #newpatchvernum))
  3090.   (if (= 1 (askbool
  3091.               (prompt #text_setpatch)
  3092.               (choices #text_copy #text_skip)
  3093.               (help #help_setpatch)
  3094.               (default 1)
  3095.            )
  3096.       )
  3097.       (
  3098.         (rename "c:SetPatch" "c:SetPatch.old")
  3099.         (copylib
  3100.           (prompt #text_setpatch_copy)
  3101.           (source (tackon @sourcedir "SetPatch43_6/SetPatch"))
  3102.           (dest  "c:")
  3103.           (optional "nofail" "force" "askuser")
  3104.           (help @copylib-help)
  3105.         )
  3106.       )
  3107.   )
  3108. )
  3109.  
  3110. (if (> #osver 38)
  3111.   (copylib
  3112.      (prompt #text_tabs_copy)
  3113.      (source (tackon @sourcedir "libs/gadgets/tabs.gadget"))
  3114.      (dest  "libs:gadgets/")
  3115.      (optional "nofail" "force" "askuser")
  3116.      (help @copylib-help)
  3117.   )
  3118. )
  3119.  
  3120. (complete 90)
  3121.  
  3122. (if (= 1 (exists ("envarc:MetaView.path")))
  3123.   (if (= 1 (askbool
  3124.               (prompt #text_variable)
  3125.               (choices #text_update #text_skip)
  3126.               (help #help_variable)
  3127.               (default 1)
  3128.            )
  3129.       )
  3130.     (
  3131.       (textfile
  3132.         (prompt #text_envarc)
  3133.         (dest "envarc:MetaView.path")
  3134.         (append (tackon @default-dest "Metaview"))
  3135.         (confirm)
  3136.         (help #help_envarc)
  3137.       )
  3138.       (textfile
  3139.         (prompt #text_env)
  3140.         (dest "env:MetaView.path")
  3141.         (append (tackon @default-dest "Metaview"))
  3142.         (confirm)
  3143.         (help #help_env)
  3144.       )
  3145.     )
  3146.   )
  3147. )
  3148.  
  3149. (complete 95)
  3150.  
  3151. (user 2)
  3152. (if (= 1 (exists (tackon @sourcedir "keyfile.metaview")))
  3153.     (copyfiles
  3154.       (prompt #text_keyfile)
  3155.       (source (tackon @sourcedir "keyfile.metaview"))
  3156.       (dest @default-dest)
  3157.       (infos)
  3158.       (help #help_keyfile)
  3159.     )
  3160. )
  3161. (if (= 0 (exists (tackon @default-dest "keyfile.metaview")))
  3162.     (message #text_register
  3163.        (help #help_register)
  3164.     )
  3165. )
  3166. (if (= 1 (exists (tackon @default-dest "keyfile.metaview")))
  3167.     (message
  3168.        #text_thanx
  3169.     )
  3170. )
  3171.  
  3172. (complete 100)
  3173.  
  3174.